From 3b8c43389488ce1c33c0909b72f3a5092abc4826 Mon Sep 17 00:00:00 2001 From: Rama Krishnan Raghupathy Date: Fri, 19 Aug 2016 19:01:27 -0700 Subject: [PATCH] Moving GC tests to use uber project.json --- .../GC/API/GC/AddMemoryPressureTest.csproj | 8 --- tests/src/GC/API/GC/AddThresholdTest.csproj | 8 --- tests/src/GC/API/GC/AddUsageTest.csproj | 8 --- tests/src/GC/API/GC/Collect.csproj | 8 --- tests/src/GC/API/GC/Collect0.csproj | 8 --- tests/src/GC/API/GC/Collect1.csproj | 8 --- tests/src/GC/API/GC/Collect_Default_1.csproj | 8 --- tests/src/GC/API/GC/Collect_Default_2.csproj | 8 --- tests/src/GC/API/GC/Collect_Default_3.csproj | 8 --- tests/src/GC/API/GC/Collect_Forced_1.csproj | 8 --- tests/src/GC/API/GC/Collect_Forced_2.csproj | 8 --- tests/src/GC/API/GC/Collect_Forced_3.csproj | 8 --- .../src/GC/API/GC/Collect_Optimized_1.csproj | 8 --- .../src/GC/API/GC/Collect_Optimized_2.csproj | 8 --- .../src/GC/API/GC/Collect_Optimized_3.csproj | 8 --- tests/src/GC/API/GC/Collect_fail.csproj | 8 --- tests/src/GC/API/GC/Collect_neg.csproj | 8 --- .../src/GC/API/GC/CollectionCountTest.csproj | 8 --- tests/src/GC/API/GC/Finalize.csproj | 8 --- tests/src/GC/API/GC/GetGeneration.csproj | 8 --- tests/src/GC/API/GC/GetGenerationWR.csproj | 8 --- tests/src/GC/API/GC/GetGenerationWR2.csproj | 8 --- tests/src/GC/API/GC/GetGeneration_box.csproj | 8 --- tests/src/GC/API/GC/GetGeneration_fail.csproj | 8 --- tests/src/GC/API/GC/GetTotalMemory.csproj | 8 --- tests/src/GC/API/GC/KeepAlive.csproj | 8 --- tests/src/GC/API/GC/KeepAliveNull.csproj | 8 --- tests/src/GC/API/GC/KeepAliveRecur.csproj | 8 --- tests/src/GC/API/GC/MaxGeneration.csproj | 8 --- .../GC/API/GC/ReRegisterForFinalize.csproj | 8 --- .../API/GC/ReRegisterForFinalize_null.csproj | 8 --- .../GC/API/GC/RemoveMemoryPressureTest.csproj | 8 --- tests/src/GC/API/GC/RemoveUsageTest.csproj | 8 --- tests/src/GC/API/GC/SuppressFinalize.csproj | 8 --- .../GC/API/GC/SuppressFinalize_Null.csproj | 8 --- tests/src/GC/API/GC/TotalMemory.csproj | 8 --- tests/src/GC/API/GC/TotalMemory2.csproj | 8 --- tests/src/GC/API/GC/app.config | 27 ---------- .../GC/API/GCHandle/AddrOfPinnedObject.csproj | 8 --- .../GCHandle/AddrOfPinnedObject_neg.csproj | 8 --- tests/src/GC/API/GCHandle/Alloc.csproj | 8 --- tests/src/GC/API/GCHandle/Alloc_neg.csproj | 8 --- tests/src/GC/API/GCHandle/Alloc_neg2.csproj | 8 --- tests/src/GC/API/GCHandle/Casting.csproj | 8 --- tests/src/GC/API/GCHandle/Equality.csproj | 8 --- tests/src/GC/API/GCHandle/Free.csproj | 8 --- tests/src/GC/API/GCHandle/Free_neg.csproj | 8 --- tests/src/GC/API/GCHandle/HandleCopy.csproj | 8 --- tests/src/GC/API/GCHandle/IsAllocated.csproj | 8 --- tests/src/GC/API/GCHandle/Normal.csproj | 8 --- tests/src/GC/API/GCHandle/PinObj_neg.csproj | 8 --- tests/src/GC/API/GCHandle/Pinned.csproj | 8 --- tests/src/GC/API/GCHandle/Target.csproj | 8 --- tests/src/GC/API/GCHandle/Target_neg.csproj | 8 --- tests/src/GC/API/GCHandle/ToFromIntPtr.csproj | 8 --- tests/src/GC/API/GCHandle/Weak.csproj | 8 --- tests/src/GC/API/GCHandle/app.config | 27 ---------- .../src/GC/API/GCHandleCollector/Count.csproj | 8 --- .../CtorsAndProperties.csproj | 8 --- .../GC/API/GCHandleCollector/NegTests.csproj | 8 --- .../src/GC/API/GCHandleCollector/Usage.csproj | 8 --- tests/src/GC/API/GCHandleCollector/app.config | 27 ---------- .../src/GC/API/GCSettings/ILatencyTest.csproj | 7 --- .../GC/API/GCSettings/InducedGen0GC.csproj | 7 --- .../GC/API/GCSettings/InducedGen1GC.csproj | 7 --- .../GC/API/GCSettings/InducedGen2GC.csproj | 7 --- .../GC/API/GCSettings/InputValidation.csproj | 8 --- tests/src/GC/API/GCSettings/app.config | 27 ---------- .../src/GC/API/WeakReference/Finalize.csproj | 8 --- .../src/GC/API/WeakReference/Finalize2.csproj | 8 --- tests/src/GC/API/WeakReference/IsAlive.csproj | 8 --- .../GC/API/WeakReference/IsAlive_neg.csproj | 8 --- .../GC/API/WeakReference/NullHandle.csproj | 8 --- tests/src/GC/API/WeakReference/Target.csproj | 8 --- .../WeakReference/TrackResurrection.csproj | 8 --- tests/src/GC/API/WeakReference/app.config | 27 ---------- .../GC/API/WeakReference/multipleWRs.csproj | 8 --- .../GC/API/WeakReference/multipleWRs_1.csproj | 8 --- tests/src/GC/Coverage/271010.csproj | 8 --- tests/src/GC/Coverage/LargeObjectAlloc.csproj | 8 --- .../src/GC/Coverage/LargeObjectAlloc2.csproj | 7 --- tests/src/GC/Coverage/app.config | 31 ----------- .../GC/Coverage/delete_next_card_table.csproj | 8 --- tests/src/GC/Coverage/smalloom.csproj | 8 --- tests/src/GC/Features/BackgroundGC/app.config | 31 ----------- .../BackgroundGC/concurrentspin2.csproj | 8 --- .../Features/BackgroundGC/foregroundgc.csproj | 8 --- .../Features/Finalizer/finalizeio/app.config | 31 ----------- .../Finalizer/finalizeio/finalizeio.csproj | 8 --- .../Finalizer/finalizeother/app.config | 31 ----------- .../finalizeother/finalizearray.csproj | 8 --- .../finalizeother/finalizearraysleep.csproj | 8 --- .../finalizeother/finalizedest.csproj | 8 --- .../finalizeother/finalizeexcep.csproj | 8 --- .../finalizeother/finalizeinherit.csproj | 8 --- .../finalizeother/finalizenested.csproj | 8 --- .../Features/HeapExpansion/Finalizer.csproj | 8 --- .../HeapExpansion/GCUtil_HeapExpansion.csproj | 8 --- .../GC/Features/HeapExpansion/Handles.csproj | 8 --- .../src/GC/Features/HeapExpansion/app.config | 31 ----------- .../HeapExpansion/bestfit-finalize.csproj | 8 --- .../HeapExpansion/bestfit-threaded.csproj | 8 --- .../GC/Features/HeapExpansion/bestfit.csproj | 8 --- .../Features/HeapExpansion/bestfit_1.csproj | 8 --- .../Features/HeapExpansion/expandheap.csproj | 8 --- .../src/GC/Features/HeapExpansion/plug.csproj | 8 --- .../GC/Features/HeapExpansion/pluggaps.csproj | 8 --- .../KeepAlive/keepaliveother/app.config | 31 ----------- .../keepaliveother/keepalivearray.csproj | 8 --- .../keepalivedirectedgraph.csproj | 8 --- .../keepaliveother/keepalivefinalize.csproj | 8 --- .../keepaliveother/keepalivehandle.csproj | 8 --- .../keepaliveother/keepalivescope.csproj | 8 --- .../keepaliveother/keepalivetry.csproj | 8 --- .../keepaliveother/keepalivetypes.csproj | 8 --- .../src/GC/Features/LOHCompaction/app.config | 31 ----------- .../LOHCompaction/lohcompact_stress.csproj | 8 --- .../LOHCompaction/lohcompactapi.csproj | 8 --- .../LOHCompaction/lohcompactapi2.csproj | 8 --- .../lohcompactapi_exceptions.csproj | 8 --- .../lohcompactscenariorepro.csproj | 8 --- .../GC/Features/LOHCompaction/lohpin.csproj | 8 --- .../GC/Features/LOHFragmentation/app.config | 31 ----------- .../LOHFragmentation/lohfragmentation.csproj | 8 --- .../GC/Features/PartialCompaction/app.config | 31 ----------- .../GC/Features/PartialCompaction/eco1.csproj | 8 --- .../partialcompactiontest.csproj | 8 --- .../partialcompactionwloh.csproj | 8 --- .../PinningOther/GCUtil_Pinning.csproj | 8 --- .../Pinning/PinningOther/PinnedCollect.csproj | 8 --- .../Pinning/PinningOther/PinnedHandle.csproj | 8 --- .../Pinning/PinningOther/PinnedInt.csproj | 8 --- .../Pinning/PinningOther/PinnedMany.csproj | 8 --- .../PinningOther/PinnedMultiple.csproj | 8 --- .../Pinning/PinningOther/PinnedObject.csproj | 8 --- .../Features/Pinning/PinningOther/app.config | 35 ------------ .../Features/SustainedLowLatency/app.config | 31 ----------- .../SustainedLowLatency/scenario.csproj | 8 --- .../sustainedlowlatency_race.csproj | 8 --- .../sustainedlowlatency_race_reverse.csproj | 8 --- tests/src/GC/LargeMemory/API/gc/app.config | 31 ----------- .../src/GC/LargeMemory/API/gc/collect.csproj | 8 --- .../LargeMemory/API/gc/getgeneration.csproj | 8 --- .../LargeMemory/API/gc/gettotalmemory.csproj | 8 --- .../GC/LargeMemory/API/gc/keepalive.csproj | 8 --- .../GC/LargeMemory/API/gc/largeobject.csproj | 8 --- .../src/GC/LargeMemory/API/gc/memcheck.csproj | 8 --- .../API/gc/reregisterforfinalize.csproj | 8 --- .../API/gc/suppressfinalize.csproj | 8 --- .../src/GC/LargeMemory/Allocation/app.config | 31 ----------- .../Allocation/finalizertest.csproj | 8 --- .../Allocation/largeexceptiontest.csproj | 8 --- .../LargeMemory/Allocation/largeobject.csproj | 8 --- .../GC/LargeMemory/Allocation/memcheck.csproj | 8 --- .../src/GC/LargeMemory/Regressions/app.config | 31 ----------- .../Regressions/largearraytest.csproj | 8 --- .../Regressions/pressureoverflow.csproj | 8 --- .../GC/Performance/Tests/Allocation.csproj | 4 -- .../Performance/Tests/ConcurrentSpin.csproj | 4 -- tests/src/GC/Performance/Tests/EEGC.csproj | 4 -- .../GC/Performance/Tests/GCSimulator.csproj | 4 -- .../GC/Performance/Tests/LargeStrings.csproj | 4 -- tests/src/GC/Performance/Tests/MidLife.csproj | 4 -- tests/src/GC/Performance/Tests/app.config | 31 ----------- tests/src/GC/Performance/Tests/project.json | 48 ----------------- .../dev10bugs/536168/536168.csproj | 8 --- .../Regressions/dev10bugs/536168/app.config | 31 ----------- .../v2.0-beta1/149926/149926.csproj | 8 --- .../Regressions/v2.0-beta1/149926/app.config | 31 ----------- .../v2.0-beta1/289745/289745.csproj | 8 --- .../v2.0-beta1/289745/302560.csproj | 8 --- .../Regressions/v2.0-beta1/289745/app.config | 31 ----------- .../v2.0-beta2/426480/426480.csproj | 8 --- .../Regressions/v2.0-beta2/426480/app.config | 31 ----------- .../v2.0-beta2/445488/445488.csproj | 8 --- .../Regressions/v2.0-beta2/445488/app.config | 31 ----------- .../v2.0-beta2/452950/452950.csproj | 8 --- .../Regressions/v2.0-beta2/452950/app.config | 31 ----------- .../v2.0-beta2/460373/460373.csproj | 8 --- .../Regressions/v2.0-beta2/460373/app.config | 31 ----------- .../v2.0-beta2/462651/462651.csproj | 8 --- .../Regressions/v2.0-beta2/462651/app.config | 31 ----------- .../v2.0-beta2/471729/471729.csproj | 8 --- .../Regressions/v2.0-beta2/471729/app.config | 31 ----------- .../v2.0-beta2/476725/ManagedTest.csproj | 8 --- .../Regressions/v2.0-beta2/476725/app.config | 31 ----------- .../v2.0-beta2/485617/Managed.csproj | 8 --- .../Regressions/v2.0-beta2/485617/app.config | 31 ----------- .../Regressions/v2.0-rtm/494226/494226.csproj | 8 --- .../GC/Regressions/v2.0-rtm/494226/app.config | 31 ----------- .../Regressions/v2.0-rtm/544701/544701.csproj | 8 --- .../GC/Regressions/v2.0-rtm/544701/app.config | 31 ----------- .../GC/Scenarios/Affinity/affinitizer.csproj | 8 --- tests/src/GC/Scenarios/Affinity/app.config | 31 ----------- tests/src/GC/Scenarios/BaseFinal/app.config | 31 ----------- .../GC/Scenarios/BaseFinal/basefinal.csproj | 8 --- tests/src/GC/Scenarios/BinTree/app.config | 31 ----------- tests/src/GC/Scenarios/BinTree/bintree.csproj | 8 --- tests/src/GC/Scenarios/BinTree/thdtree.csproj | 8 --- .../BinTree/thdtreegrowingobj.csproj | 8 --- .../Scenarios/BinTree/thdtreelivingobj.csproj | 8 --- tests/src/GC/Scenarios/Boxing/app.config | 31 ----------- tests/src/GC/Scenarios/Boxing/arrcpy.csproj | 8 --- tests/src/GC/Scenarios/Boxing/doubLink.csproj | 8 --- .../src/GC/Scenarios/Boxing/gcvariant.csproj | 8 --- .../src/GC/Scenarios/Boxing/gcvariant2.csproj | 8 --- .../src/GC/Scenarios/Boxing/gcvariant3.csproj | 8 --- .../src/GC/Scenarios/Boxing/gcvariant4.csproj | 8 --- .../GC/Scenarios/Boxing/simpvariant.csproj | 8 --- .../GC/Scenarios/Boxing/vararystress.csproj | 8 --- .../src/GC/Scenarios/Boxing/variantint.csproj | 8 --- .../Scenarios/Boxing/variantlinklist.csproj | 8 --- .../GC/Scenarios/DoublinkList/DoubLink.csproj | 8 --- .../Scenarios/DoublinkList/DoubLink_V2.csproj | 8 --- .../src/GC/Scenarios/DoublinkList/app.config | 31 ----------- .../Scenarios/DoublinkList/dlbigleak.csproj | 8 --- .../DoublinkList/dlbigleakthd.csproj | 8 --- .../DoublinkList/dlbigleakthd_v2.csproj | 8 --- .../Scenarios/DoublinkList/dlcollect.csproj | 8 --- .../GC/Scenarios/DoublinkList/dlstack.csproj | 8 --- .../Scenarios/DoublinkList/doublinkgen.csproj | 8 --- .../DoublinkList/doublinknoleak.csproj | 8 --- .../DoublinkList/doublinknoleak2.csproj | 8 --- .../DoublinkList/doublinkstay.csproj | 8 --- tests/src/GC/Scenarios/Dynamo/app.config | 31 ----------- tests/src/GC/Scenarios/Dynamo/dynamo.csproj | 8 --- .../src/GC/Scenarios/FinalNStruct/app.config | 31 ----------- .../FinalNStruct/finalnstruct.csproj | 8 --- .../FinalNStruct/nstructresur.csproj | 8 --- .../Scenarios/FinalNStruct/nstructtun.csproj | 8 --- .../GC/Scenarios/FinalNStruct/strmap.csproj | 8 --- .../FinalizeTimeout/FinalizeTimeout.csproj | 7 --- tests/src/GC/Scenarios/FragMan/app.config | 31 ----------- tests/src/GC/Scenarios/FragMan/fragman.csproj | 8 --- tests/src/GC/Scenarios/GCBase1/app.config | 31 ----------- .../src/GC/Scenarios/GCBase1/gc_base1.csproj | 8 --- .../GC/Scenarios/GCBase1/gc_base1_1.csproj | 8 --- tests/src/GC/Scenarios/GCBench/app.config | 31 ----------- tests/src/GC/Scenarios/GCBench/gcbench.csproj | 8 --- .../Scenarios/GCSimulator/GCSimulator.csproj | 8 --- .../GCSimulator/GCSimulator_10.csproj | 8 --- .../GCSimulator/GCSimulator_100.csproj | 8 --- .../GCSimulator/GCSimulator_101.csproj | 8 --- .../GCSimulator/GCSimulator_102.csproj | 8 --- .../GCSimulator/GCSimulator_103.csproj | 8 --- .../GCSimulator/GCSimulator_104.csproj | 8 --- .../GCSimulator/GCSimulator_105.csproj | 8 --- .../GCSimulator/GCSimulator_106.csproj | 8 --- .../GCSimulator/GCSimulator_107.csproj | 8 --- .../GCSimulator/GCSimulator_108.csproj | 8 --- .../GCSimulator/GCSimulator_109.csproj | 8 --- .../GCSimulator/GCSimulator_11.csproj | 8 --- .../GCSimulator/GCSimulator_110.csproj | 8 --- .../GCSimulator/GCSimulator_111.csproj | 8 --- .../GCSimulator/GCSimulator_112.csproj | 8 --- .../GCSimulator/GCSimulator_113.csproj | 8 --- .../GCSimulator/GCSimulator_114.csproj | 8 --- .../GCSimulator/GCSimulator_115.csproj | 8 --- .../GCSimulator/GCSimulator_116.csproj | 8 --- .../GCSimulator/GCSimulator_117.csproj | 8 --- .../GCSimulator/GCSimulator_118.csproj | 8 --- .../GCSimulator/GCSimulator_119.csproj | 8 --- .../GCSimulator/GCSimulator_12.csproj | 8 --- .../GCSimulator/GCSimulator_120.csproj | 8 --- .../GCSimulator/GCSimulator_121.csproj | 8 --- .../GCSimulator/GCSimulator_122.csproj | 8 --- .../GCSimulator/GCSimulator_123.csproj | 8 --- .../GCSimulator/GCSimulator_124.csproj | 8 --- .../GCSimulator/GCSimulator_125.csproj | 8 --- .../GCSimulator/GCSimulator_126.csproj | 8 --- .../GCSimulator/GCSimulator_127.csproj | 8 --- .../GCSimulator/GCSimulator_128.csproj | 8 --- .../GCSimulator/GCSimulator_129.csproj | 8 --- .../GCSimulator/GCSimulator_13.csproj | 8 --- .../GCSimulator/GCSimulator_130.csproj | 8 --- .../GCSimulator/GCSimulator_131.csproj | 8 --- .../GCSimulator/GCSimulator_132.csproj | 8 --- .../GCSimulator/GCSimulator_133.csproj | 8 --- .../GCSimulator/GCSimulator_134.csproj | 8 --- .../GCSimulator/GCSimulator_135.csproj | 8 --- .../GCSimulator/GCSimulator_136.csproj | 8 --- .../GCSimulator/GCSimulator_137.csproj | 8 --- .../GCSimulator/GCSimulator_138.csproj | 8 --- .../GCSimulator/GCSimulator_139.csproj | 8 --- .../GCSimulator/GCSimulator_14.csproj | 8 --- .../GCSimulator/GCSimulator_140.csproj | 8 --- .../GCSimulator/GCSimulator_141.csproj | 8 --- .../GCSimulator/GCSimulator_142.csproj | 8 --- .../GCSimulator/GCSimulator_143.csproj | 8 --- .../GCSimulator/GCSimulator_144.csproj | 8 --- .../GCSimulator/GCSimulator_145.csproj | 8 --- .../GCSimulator/GCSimulator_146.csproj | 8 --- .../GCSimulator/GCSimulator_147.csproj | 8 --- .../GCSimulator/GCSimulator_148.csproj | 8 --- .../GCSimulator/GCSimulator_149.csproj | 8 --- .../GCSimulator/GCSimulator_15.csproj | 8 --- .../GCSimulator/GCSimulator_150.csproj | 8 --- .../GCSimulator/GCSimulator_151.csproj | 8 --- .../GCSimulator/GCSimulator_152.csproj | 8 --- .../GCSimulator/GCSimulator_153.csproj | 8 --- .../GCSimulator/GCSimulator_154.csproj | 8 --- .../GCSimulator/GCSimulator_155.csproj | 8 --- .../GCSimulator/GCSimulator_156.csproj | 8 --- .../GCSimulator/GCSimulator_157.csproj | 8 --- .../GCSimulator/GCSimulator_158.csproj | 8 --- .../GCSimulator/GCSimulator_159.csproj | 8 --- .../GCSimulator/GCSimulator_16.csproj | 8 --- .../GCSimulator/GCSimulator_160.csproj | 8 --- .../GCSimulator/GCSimulator_161.csproj | 8 --- .../GCSimulator/GCSimulator_162.csproj | 8 --- .../GCSimulator/GCSimulator_163.csproj | 8 --- .../GCSimulator/GCSimulator_164.csproj | 8 --- .../GCSimulator/GCSimulator_165.csproj | 8 --- .../GCSimulator/GCSimulator_166.csproj | 8 --- .../GCSimulator/GCSimulator_167.csproj | 8 --- .../GCSimulator/GCSimulator_168.csproj | 8 --- .../GCSimulator/GCSimulator_169.csproj | 8 --- .../GCSimulator/GCSimulator_17.csproj | 8 --- .../GCSimulator/GCSimulator_170.csproj | 8 --- .../GCSimulator/GCSimulator_171.csproj | 8 --- .../GCSimulator/GCSimulator_172.csproj | 8 --- .../GCSimulator/GCSimulator_173.csproj | 8 --- .../GCSimulator/GCSimulator_174.csproj | 8 --- .../GCSimulator/GCSimulator_175.csproj | 8 --- .../GCSimulator/GCSimulator_176.csproj | 8 --- .../GCSimulator/GCSimulator_177.csproj | 8 --- .../GCSimulator/GCSimulator_178.csproj | 8 --- .../GCSimulator/GCSimulator_179.csproj | 8 --- .../GCSimulator/GCSimulator_18.csproj | 8 --- .../GCSimulator/GCSimulator_180.csproj | 8 --- .../GCSimulator/GCSimulator_181.csproj | 8 --- .../GCSimulator/GCSimulator_182.csproj | 8 --- .../GCSimulator/GCSimulator_183.csproj | 8 --- .../GCSimulator/GCSimulator_184.csproj | 8 --- .../GCSimulator/GCSimulator_185.csproj | 8 --- .../GCSimulator/GCSimulator_186.csproj | 8 --- .../GCSimulator/GCSimulator_187.csproj | 8 --- .../GCSimulator/GCSimulator_188.csproj | 8 --- .../GCSimulator/GCSimulator_189.csproj | 8 --- .../GCSimulator/GCSimulator_19.csproj | 8 --- .../GCSimulator/GCSimulator_190.csproj | 8 --- .../GCSimulator/GCSimulator_191.csproj | 8 --- .../GCSimulator/GCSimulator_192.csproj | 8 --- .../GCSimulator/GCSimulator_193.csproj | 8 --- .../GCSimulator/GCSimulator_194.csproj | 8 --- .../GCSimulator/GCSimulator_195.csproj | 8 --- .../GCSimulator/GCSimulator_196.csproj | 8 --- .../GCSimulator/GCSimulator_197.csproj | 8 --- .../GCSimulator/GCSimulator_198.csproj | 8 --- .../GCSimulator/GCSimulator_199.csproj | 8 --- .../GCSimulator/GCSimulator_2.csproj | 8 --- .../GCSimulator/GCSimulator_20.csproj | 8 --- .../GCSimulator/GCSimulator_200.csproj | 8 --- .../GCSimulator/GCSimulator_201.csproj | 8 --- .../GCSimulator/GCSimulator_202.csproj | 8 --- .../GCSimulator/GCSimulator_203.csproj | 8 --- .../GCSimulator/GCSimulator_204.csproj | 8 --- .../GCSimulator/GCSimulator_205.csproj | 8 --- .../GCSimulator/GCSimulator_206.csproj | 8 --- .../GCSimulator/GCSimulator_207.csproj | 8 --- .../GCSimulator/GCSimulator_208.csproj | 8 --- .../GCSimulator/GCSimulator_209.csproj | 8 --- .../GCSimulator/GCSimulator_21.csproj | 8 --- .../GCSimulator/GCSimulator_210.csproj | 8 --- .../GCSimulator/GCSimulator_211.csproj | 8 --- .../GCSimulator/GCSimulator_212.csproj | 8 --- .../GCSimulator/GCSimulator_213.csproj | 8 --- .../GCSimulator/GCSimulator_214.csproj | 8 --- .../GCSimulator/GCSimulator_215.csproj | 8 --- .../GCSimulator/GCSimulator_216.csproj | 8 --- .../GCSimulator/GCSimulator_217.csproj | 8 --- .../GCSimulator/GCSimulator_218.csproj | 8 --- .../GCSimulator/GCSimulator_219.csproj | 8 --- .../GCSimulator/GCSimulator_22.csproj | 8 --- .../GCSimulator/GCSimulator_220.csproj | 8 --- .../GCSimulator/GCSimulator_221.csproj | 8 --- .../GCSimulator/GCSimulator_222.csproj | 8 --- .../GCSimulator/GCSimulator_223.csproj | 8 --- .../GCSimulator/GCSimulator_224.csproj | 8 --- .../GCSimulator/GCSimulator_225.csproj | 8 --- .../GCSimulator/GCSimulator_226.csproj | 8 --- .../GCSimulator/GCSimulator_227.csproj | 8 --- .../GCSimulator/GCSimulator_228.csproj | 8 --- .../GCSimulator/GCSimulator_229.csproj | 8 --- .../GCSimulator/GCSimulator_23.csproj | 8 --- .../GCSimulator/GCSimulator_230.csproj | 8 --- .../GCSimulator/GCSimulator_231.csproj | 8 --- .../GCSimulator/GCSimulator_232.csproj | 8 --- .../GCSimulator/GCSimulator_233.csproj | 8 --- .../GCSimulator/GCSimulator_234.csproj | 8 --- .../GCSimulator/GCSimulator_235.csproj | 8 --- .../GCSimulator/GCSimulator_236.csproj | 8 --- .../GCSimulator/GCSimulator_237.csproj | 8 --- .../GCSimulator/GCSimulator_238.csproj | 8 --- .../GCSimulator/GCSimulator_239.csproj | 8 --- .../GCSimulator/GCSimulator_24.csproj | 8 --- .../GCSimulator/GCSimulator_240.csproj | 8 --- .../GCSimulator/GCSimulator_241.csproj | 8 --- .../GCSimulator/GCSimulator_242.csproj | 8 --- .../GCSimulator/GCSimulator_243.csproj | 8 --- .../GCSimulator/GCSimulator_244.csproj | 8 --- .../GCSimulator/GCSimulator_245.csproj | 8 --- .../GCSimulator/GCSimulator_246.csproj | 8 --- .../GCSimulator/GCSimulator_247.csproj | 8 --- .../GCSimulator/GCSimulator_248.csproj | 8 --- .../GCSimulator/GCSimulator_249.csproj | 8 --- .../GCSimulator/GCSimulator_25.csproj | 8 --- .../GCSimulator/GCSimulator_250.csproj | 8 --- .../GCSimulator/GCSimulator_251.csproj | 8 --- .../GCSimulator/GCSimulator_252.csproj | 8 --- .../GCSimulator/GCSimulator_253.csproj | 8 --- .../GCSimulator/GCSimulator_254.csproj | 8 --- .../GCSimulator/GCSimulator_255.csproj | 8 --- .../GCSimulator/GCSimulator_256.csproj | 8 --- .../GCSimulator/GCSimulator_257.csproj | 8 --- .../GCSimulator/GCSimulator_258.csproj | 8 --- .../GCSimulator/GCSimulator_259.csproj | 8 --- .../GCSimulator/GCSimulator_26.csproj | 8 --- .../GCSimulator/GCSimulator_260.csproj | 8 --- .../GCSimulator/GCSimulator_261.csproj | 8 --- .../GCSimulator/GCSimulator_262.csproj | 8 --- .../GCSimulator/GCSimulator_263.csproj | 8 --- .../GCSimulator/GCSimulator_264.csproj | 8 --- .../GCSimulator/GCSimulator_265.csproj | 8 --- .../GCSimulator/GCSimulator_266.csproj | 8 --- .../GCSimulator/GCSimulator_267.csproj | 8 --- .../GCSimulator/GCSimulator_268.csproj | 8 --- .../GCSimulator/GCSimulator_269.csproj | 8 --- .../GCSimulator/GCSimulator_27.csproj | 8 --- .../GCSimulator/GCSimulator_270.csproj | 8 --- .../GCSimulator/GCSimulator_271.csproj | 8 --- .../GCSimulator/GCSimulator_272.csproj | 8 --- .../GCSimulator/GCSimulator_273.csproj | 8 --- .../GCSimulator/GCSimulator_274.csproj | 8 --- .../GCSimulator/GCSimulator_275.csproj | 8 --- .../GCSimulator/GCSimulator_276.csproj | 8 --- .../GCSimulator/GCSimulator_277.csproj | 8 --- .../GCSimulator/GCSimulator_278.csproj | 8 --- .../GCSimulator/GCSimulator_279.csproj | 8 --- .../GCSimulator/GCSimulator_28.csproj | 8 --- .../GCSimulator/GCSimulator_280.csproj | 8 --- .../GCSimulator/GCSimulator_281.csproj | 8 --- .../GCSimulator/GCSimulator_282.csproj | 8 --- .../GCSimulator/GCSimulator_283.csproj | 8 --- .../GCSimulator/GCSimulator_284.csproj | 8 --- .../GCSimulator/GCSimulator_285.csproj | 8 --- .../GCSimulator/GCSimulator_286.csproj | 8 --- .../GCSimulator/GCSimulator_287.csproj | 8 --- .../GCSimulator/GCSimulator_288.csproj | 8 --- .../GCSimulator/GCSimulator_289.csproj | 8 --- .../GCSimulator/GCSimulator_29.csproj | 8 --- .../GCSimulator/GCSimulator_290.csproj | 8 --- .../GCSimulator/GCSimulator_291.csproj | 8 --- .../GCSimulator/GCSimulator_292.csproj | 8 --- .../GCSimulator/GCSimulator_293.csproj | 8 --- .../GCSimulator/GCSimulator_294.csproj | 8 --- .../GCSimulator/GCSimulator_295.csproj | 8 --- .../GCSimulator/GCSimulator_296.csproj | 8 --- .../GCSimulator/GCSimulator_297.csproj | 8 --- .../GCSimulator/GCSimulator_298.csproj | 8 --- .../GCSimulator/GCSimulator_299.csproj | 8 --- .../GCSimulator/GCSimulator_3.csproj | 8 --- .../GCSimulator/GCSimulator_30.csproj | 8 --- .../GCSimulator/GCSimulator_300.csproj | 8 --- .../GCSimulator/GCSimulator_301.csproj | 8 --- .../GCSimulator/GCSimulator_302.csproj | 8 --- .../GCSimulator/GCSimulator_303.csproj | 8 --- .../GCSimulator/GCSimulator_304.csproj | 8 --- .../GCSimulator/GCSimulator_305.csproj | 8 --- .../GCSimulator/GCSimulator_306.csproj | 8 --- .../GCSimulator/GCSimulator_307.csproj | 8 --- .../GCSimulator/GCSimulator_308.csproj | 8 --- .../GCSimulator/GCSimulator_309.csproj | 8 --- .../GCSimulator/GCSimulator_31.csproj | 8 --- .../GCSimulator/GCSimulator_310.csproj | 8 --- .../GCSimulator/GCSimulator_311.csproj | 8 --- .../GCSimulator/GCSimulator_312.csproj | 8 --- .../GCSimulator/GCSimulator_313.csproj | 8 --- .../GCSimulator/GCSimulator_314.csproj | 8 --- .../GCSimulator/GCSimulator_315.csproj | 8 --- .../GCSimulator/GCSimulator_316.csproj | 8 --- .../GCSimulator/GCSimulator_317.csproj | 8 --- .../GCSimulator/GCSimulator_318.csproj | 8 --- .../GCSimulator/GCSimulator_319.csproj | 8 --- .../GCSimulator/GCSimulator_32.csproj | 8 --- .../GCSimulator/GCSimulator_320.csproj | 8 --- .../GCSimulator/GCSimulator_321.csproj | 8 --- .../GCSimulator/GCSimulator_322.csproj | 8 --- .../GCSimulator/GCSimulator_323.csproj | 8 --- .../GCSimulator/GCSimulator_324.csproj | 8 --- .../GCSimulator/GCSimulator_325.csproj | 8 --- .../GCSimulator/GCSimulator_326.csproj | 8 --- .../GCSimulator/GCSimulator_327.csproj | 8 --- .../GCSimulator/GCSimulator_328.csproj | 8 --- .../GCSimulator/GCSimulator_329.csproj | 8 --- .../GCSimulator/GCSimulator_33.csproj | 8 --- .../GCSimulator/GCSimulator_330.csproj | 8 --- .../GCSimulator/GCSimulator_331.csproj | 8 --- .../GCSimulator/GCSimulator_332.csproj | 8 --- .../GCSimulator/GCSimulator_333.csproj | 8 --- .../GCSimulator/GCSimulator_334.csproj | 8 --- .../GCSimulator/GCSimulator_335.csproj | 8 --- .../GCSimulator/GCSimulator_336.csproj | 8 --- .../GCSimulator/GCSimulator_337.csproj | 8 --- .../GCSimulator/GCSimulator_338.csproj | 8 --- .../GCSimulator/GCSimulator_339.csproj | 8 --- .../GCSimulator/GCSimulator_34.csproj | 8 --- .../GCSimulator/GCSimulator_340.csproj | 8 --- .../GCSimulator/GCSimulator_341.csproj | 8 --- .../GCSimulator/GCSimulator_342.csproj | 8 --- .../GCSimulator/GCSimulator_343.csproj | 8 --- .../GCSimulator/GCSimulator_344.csproj | 8 --- .../GCSimulator/GCSimulator_345.csproj | 8 --- .../GCSimulator/GCSimulator_346.csproj | 8 --- .../GCSimulator/GCSimulator_347.csproj | 8 --- .../GCSimulator/GCSimulator_348.csproj | 8 --- .../GCSimulator/GCSimulator_349.csproj | 8 --- .../GCSimulator/GCSimulator_35.csproj | 8 --- .../GCSimulator/GCSimulator_350.csproj | 8 --- .../GCSimulator/GCSimulator_351.csproj | 8 --- .../GCSimulator/GCSimulator_352.csproj | 8 --- .../GCSimulator/GCSimulator_353.csproj | 8 --- .../GCSimulator/GCSimulator_354.csproj | 8 --- .../GCSimulator/GCSimulator_355.csproj | 8 --- .../GCSimulator/GCSimulator_356.csproj | 8 --- .../GCSimulator/GCSimulator_357.csproj | 8 --- .../GCSimulator/GCSimulator_358.csproj | 8 --- .../GCSimulator/GCSimulator_359.csproj | 8 --- .../GCSimulator/GCSimulator_36.csproj | 8 --- .../GCSimulator/GCSimulator_360.csproj | 8 --- .../GCSimulator/GCSimulator_361.csproj | 8 --- .../GCSimulator/GCSimulator_362.csproj | 8 --- .../GCSimulator/GCSimulator_363.csproj | 8 --- .../GCSimulator/GCSimulator_364.csproj | 8 --- .../GCSimulator/GCSimulator_365.csproj | 8 --- .../GCSimulator/GCSimulator_366.csproj | 8 --- .../GCSimulator/GCSimulator_367.csproj | 8 --- .../GCSimulator/GCSimulator_368.csproj | 8 --- .../GCSimulator/GCSimulator_369.csproj | 8 --- .../GCSimulator/GCSimulator_37.csproj | 8 --- .../GCSimulator/GCSimulator_370.csproj | 8 --- .../GCSimulator/GCSimulator_371.csproj | 8 --- .../GCSimulator/GCSimulator_372.csproj | 8 --- .../GCSimulator/GCSimulator_373.csproj | 8 --- .../GCSimulator/GCSimulator_374.csproj | 8 --- .../GCSimulator/GCSimulator_375.csproj | 8 --- .../GCSimulator/GCSimulator_376.csproj | 8 --- .../GCSimulator/GCSimulator_377.csproj | 8 --- .../GCSimulator/GCSimulator_378.csproj | 8 --- .../GCSimulator/GCSimulator_379.csproj | 8 --- .../GCSimulator/GCSimulator_38.csproj | 8 --- .../GCSimulator/GCSimulator_380.csproj | 8 --- .../GCSimulator/GCSimulator_381.csproj | 8 --- .../GCSimulator/GCSimulator_382.csproj | 8 --- .../GCSimulator/GCSimulator_383.csproj | 8 --- .../GCSimulator/GCSimulator_384.csproj | 8 --- .../GCSimulator/GCSimulator_385.csproj | 8 --- .../GCSimulator/GCSimulator_386.csproj | 8 --- .../GCSimulator/GCSimulator_387.csproj | 8 --- .../GCSimulator/GCSimulator_388.csproj | 8 --- .../GCSimulator/GCSimulator_389.csproj | 8 --- .../GCSimulator/GCSimulator_39.csproj | 8 --- .../GCSimulator/GCSimulator_390.csproj | 8 --- .../GCSimulator/GCSimulator_391.csproj | 8 --- .../GCSimulator/GCSimulator_392.csproj | 8 --- .../GCSimulator/GCSimulator_393.csproj | 8 --- .../GCSimulator/GCSimulator_394.csproj | 8 --- .../GCSimulator/GCSimulator_395.csproj | 8 --- .../GCSimulator/GCSimulator_396.csproj | 8 --- .../GCSimulator/GCSimulator_397.csproj | 8 --- .../GCSimulator/GCSimulator_398.csproj | 8 --- .../GCSimulator/GCSimulator_399.csproj | 8 --- .../GCSimulator/GCSimulator_4.csproj | 8 --- .../GCSimulator/GCSimulator_40.csproj | 8 --- .../GCSimulator/GCSimulator_400.csproj | 8 --- .../GCSimulator/GCSimulator_401.csproj | 8 --- .../GCSimulator/GCSimulator_402.csproj | 8 --- .../GCSimulator/GCSimulator_403.csproj | 8 --- .../GCSimulator/GCSimulator_404.csproj | 8 --- .../GCSimulator/GCSimulator_405.csproj | 8 --- .../GCSimulator/GCSimulator_406.csproj | 8 --- .../GCSimulator/GCSimulator_407.csproj | 8 --- .../GCSimulator/GCSimulator_408.csproj | 8 --- .../GCSimulator/GCSimulator_409.csproj | 8 --- .../GCSimulator/GCSimulator_41.csproj | 8 --- .../GCSimulator/GCSimulator_410.csproj | 8 --- .../GCSimulator/GCSimulator_411.csproj | 8 --- .../GCSimulator/GCSimulator_412.csproj | 8 --- .../GCSimulator/GCSimulator_413.csproj | 8 --- .../GCSimulator/GCSimulator_414.csproj | 8 --- .../GCSimulator/GCSimulator_415.csproj | 8 --- .../GCSimulator/GCSimulator_416.csproj | 8 --- .../GCSimulator/GCSimulator_417.csproj | 8 --- .../GCSimulator/GCSimulator_418.csproj | 8 --- .../GCSimulator/GCSimulator_419.csproj | 8 --- .../GCSimulator/GCSimulator_42.csproj | 8 --- .../GCSimulator/GCSimulator_420.csproj | 8 --- .../GCSimulator/GCSimulator_421.csproj | 8 --- .../GCSimulator/GCSimulator_422.csproj | 8 --- .../GCSimulator/GCSimulator_423.csproj | 8 --- .../GCSimulator/GCSimulator_424.csproj | 8 --- .../GCSimulator/GCSimulator_425.csproj | 8 --- .../GCSimulator/GCSimulator_426.csproj | 8 --- .../GCSimulator/GCSimulator_427.csproj | 8 --- .../GCSimulator/GCSimulator_428.csproj | 8 --- .../GCSimulator/GCSimulator_429.csproj | 8 --- .../GCSimulator/GCSimulator_43.csproj | 8 --- .../GCSimulator/GCSimulator_430.csproj | 8 --- .../GCSimulator/GCSimulator_431.csproj | 8 --- .../GCSimulator/GCSimulator_432.csproj | 8 --- .../GCSimulator/GCSimulator_44.csproj | 8 --- .../GCSimulator/GCSimulator_45.csproj | 8 --- .../GCSimulator/GCSimulator_46.csproj | 8 --- .../GCSimulator/GCSimulator_47.csproj | 8 --- .../GCSimulator/GCSimulator_48.csproj | 8 --- .../GCSimulator/GCSimulator_49.csproj | 8 --- .../GCSimulator/GCSimulator_5.csproj | 8 --- .../GCSimulator/GCSimulator_50.csproj | 8 --- .../GCSimulator/GCSimulator_51.csproj | 8 --- .../GCSimulator/GCSimulator_52.csproj | 8 --- .../GCSimulator/GCSimulator_53.csproj | 8 --- .../GCSimulator/GCSimulator_54.csproj | 8 --- .../GCSimulator/GCSimulator_55.csproj | 8 --- .../GCSimulator/GCSimulator_56.csproj | 8 --- .../GCSimulator/GCSimulator_57.csproj | 8 --- .../GCSimulator/GCSimulator_58.csproj | 8 --- .../GCSimulator/GCSimulator_59.csproj | 8 --- .../GCSimulator/GCSimulator_6.csproj | 8 --- .../GCSimulator/GCSimulator_60.csproj | 8 --- .../GCSimulator/GCSimulator_61.csproj | 8 --- .../GCSimulator/GCSimulator_62.csproj | 8 --- .../GCSimulator/GCSimulator_63.csproj | 8 --- .../GCSimulator/GCSimulator_64.csproj | 8 --- .../GCSimulator/GCSimulator_65.csproj | 8 --- .../GCSimulator/GCSimulator_66.csproj | 8 --- .../GCSimulator/GCSimulator_67.csproj | 8 --- .../GCSimulator/GCSimulator_68.csproj | 8 --- .../GCSimulator/GCSimulator_69.csproj | 8 --- .../GCSimulator/GCSimulator_7.csproj | 8 --- .../GCSimulator/GCSimulator_70.csproj | 8 --- .../GCSimulator/GCSimulator_71.csproj | 8 --- .../GCSimulator/GCSimulator_72.csproj | 8 --- .../GCSimulator/GCSimulator_73.csproj | 8 --- .../GCSimulator/GCSimulator_74.csproj | 8 --- .../GCSimulator/GCSimulator_75.csproj | 8 --- .../GCSimulator/GCSimulator_76.csproj | 8 --- .../GCSimulator/GCSimulator_77.csproj | 8 --- .../GCSimulator/GCSimulator_78.csproj | 8 --- .../GCSimulator/GCSimulator_79.csproj | 8 --- .../GCSimulator/GCSimulator_8.csproj | 8 --- .../GCSimulator/GCSimulator_80.csproj | 8 --- .../GCSimulator/GCSimulator_82.csproj | 8 --- .../GCSimulator/GCSimulator_83.csproj | 8 --- .../GCSimulator/GCSimulator_84.csproj | 8 --- .../GCSimulator/GCSimulator_85.csproj | 8 --- .../GCSimulator/GCSimulator_86.csproj | 8 --- .../GCSimulator/GCSimulator_87.csproj | 8 --- .../GCSimulator/GCSimulator_88.csproj | 8 --- .../GCSimulator/GCSimulator_89.csproj | 8 --- .../GCSimulator/GCSimulator_9.csproj | 8 --- .../GCSimulator/GCSimulator_90.csproj | 8 --- .../GCSimulator/GCSimulator_91.csproj | 8 --- .../GCSimulator/GCSimulator_92.csproj | 8 --- .../GCSimulator/GCSimulator_93.csproj | 8 --- .../GCSimulator/GCSimulator_94.csproj | 8 --- .../GCSimulator/GCSimulator_95.csproj | 8 --- .../GCSimulator/GCSimulator_96.csproj | 8 --- .../GCSimulator/GCSimulator_97.csproj | 8 --- .../GCSimulator/GCSimulator_98.csproj | 8 --- .../GCSimulator/GCSimulator_99.csproj | 8 --- tests/src/GC/Scenarios/GCSimulator/app.config | 31 ----------- tests/src/GC/Scenarios/GCStress/app.config | 31 ----------- .../src/GC/Scenarios/GCStress/gcstress.csproj | 8 --- tests/src/GC/Scenarios/LeakGen/app.config | 31 ----------- tests/src/GC/Scenarios/LeakGen/leakgen.csproj | 8 --- .../GC/Scenarios/LeakGen/leakgenthrd.csproj | 8 --- tests/src/GC/Scenarios/LeakWheel/app.config | 31 ----------- .../GC/Scenarios/LeakWheel/leakwheel.csproj | 8 --- tests/src/GC/Scenarios/MinLeakGen/app.config | 31 ----------- .../GC/Scenarios/MinLeakGen/minleakgen.csproj | 8 --- tests/src/GC/Scenarios/NDPin/app.config | 31 ----------- tests/src/GC/Scenarios/NDPin/ndpin.csproj | 8 --- .../src/GC/Scenarios/NDPin/ndpinfinal.csproj | 8 --- tests/src/GC/Scenarios/RanCollect/app.config | 31 ----------- .../GC/Scenarios/RanCollect/rancollect.csproj | 8 --- tests/src/GC/Scenarios/ReflectObj/app.config | 31 ----------- .../GC/Scenarios/ReflectObj/reflectobj.csproj | 8 --- .../src/GC/Scenarios/Resurrection/app.config | 31 ----------- .../GC/Scenarios/Resurrection/continue.csproj | 8 --- tests/src/GC/Scenarios/Rootmem/app.config | 31 ----------- tests/src/GC/Scenarios/Rootmem/rootmem.csproj | 8 --- tests/src/GC/Scenarios/Samples/app.config | 31 ----------- tests/src/GC/Scenarios/Samples/gc.csproj | 8 --- tests/src/GC/Scenarios/ServerModel/app.config | 31 ----------- .../Scenarios/ServerModel/servermodel.csproj | 8 --- .../src/GC/Scenarios/SingLinkList/app.config | 31 ----------- .../Scenarios/SingLinkList/singlinkgen.csproj | 8 --- .../SingLinkList/singlinkstay.csproj | 8 --- .../src/GC/Scenarios/StringCreator/app.config | 31 ----------- .../StringCreator/stringcreator.csproj | 8 --- tests/src/GC/Scenarios/THDChaos/app.config | 31 ----------- .../src/GC/Scenarios/THDChaos/thdchaos.csproj | 8 --- tests/src/GC/Scenarios/THDList/app.config | 31 ----------- tests/src/GC/Scenarios/THDList/thdlist.csproj | 8 --- .../src/GC/Scenarios/WeakReference/app.config | 31 ----------- .../WeakReference/weakreffinal.csproj | 8 --- .../src/GC/Scenarios/muldimjagary/app.config | 31 ----------- .../muldimjagary/muldimjagary.csproj | 8 --- .../Framework/ReliabilityFramework.csproj | 4 -- tests/src/GC/Stress/Framework/app.config | 31 ----------- tests/src/GC/Stress/Framework/project.json | 51 ------------------ tests/src/GC/Stress/Tests/573277.csproj | 4 -- .../src/GC/Stress/Tests/DirectedGraph.csproj | 4 -- tests/src/GC/Stress/Tests/ExpandHeap.csproj | 4 -- tests/src/GC/Stress/Tests/GCQueue.csproj | 4 -- tests/src/GC/Stress/Tests/GCSimulator.csproj | 4 -- tests/src/GC/Stress/Tests/GCVariant.csproj | 4 -- .../GC/Stress/Tests/LargeObjectAlloc.csproj | 4 -- .../GC/Stress/Tests/LargeObjectAlloc1.csproj | 4 -- .../GC/Stress/Tests/LargeObjectAlloc2.csproj | 4 -- .../GC/Stress/Tests/LargeObjectAlloc3.csproj | 4 -- .../GC/Stress/Tests/LargeObjectAlloc4.csproj | 4 -- .../Tests/LargeObjectAllocPinned.csproj | 4 -- tests/src/GC/Stress/Tests/LeakGenThrd.csproj | 4 -- tests/src/GC/Stress/Tests/MulDimJagAry.csproj | 4 -- tests/src/GC/Stress/Tests/PlugGaps.csproj | 4 -- tests/src/GC/Stress/Tests/RedBlackTree.csproj | 4 -- tests/src/GC/Stress/Tests/SingLinkStay.csproj | 4 -- .../GC/Stress/Tests/StressAllocator.csproj | 4 -- .../GC/Stress/Tests/ThdTreeGrowingObj.csproj | 4 -- .../GC/Stress/Tests/allocationwithpins.csproj | 4 -- tests/src/GC/Stress/Tests/app.config | 31 ----------- tests/src/GC/Stress/Tests/b115557.csproj | 4 -- .../GC/Stress/Tests/bestfit-finalize.csproj | 4 -- .../GC/Stress/Tests/concurrentspin2.csproj | 4 -- tests/src/GC/Stress/Tests/doubLinkStay.csproj | 4 -- tests/src/GC/Stress/Tests/pinstress.csproj | 4 -- tests/src/GC/Stress/Tests/plug.csproj | 4 -- tests/src/GC/Stress/Tests/project.json | 49 ----------------- tests/src/GC/config/extra/project.json | 54 ------------------- tests/src/GC/config/minimal/project.json | 48 ----------------- tests/src/GC/dir.props | 7 --- 742 files changed, 7440 deletions(-) delete mode 100644 tests/src/GC/API/GC/app.config delete mode 100644 tests/src/GC/API/GCHandle/app.config delete mode 100644 tests/src/GC/API/GCHandleCollector/app.config delete mode 100644 tests/src/GC/API/GCSettings/app.config delete mode 100644 tests/src/GC/API/WeakReference/app.config delete mode 100644 tests/src/GC/Coverage/app.config delete mode 100644 tests/src/GC/Features/BackgroundGC/app.config delete mode 100644 tests/src/GC/Features/Finalizer/finalizeio/app.config delete mode 100644 tests/src/GC/Features/Finalizer/finalizeother/app.config delete mode 100644 tests/src/GC/Features/HeapExpansion/app.config delete mode 100644 tests/src/GC/Features/KeepAlive/keepaliveother/app.config delete mode 100644 tests/src/GC/Features/LOHCompaction/app.config delete mode 100644 tests/src/GC/Features/LOHFragmentation/app.config delete mode 100644 tests/src/GC/Features/PartialCompaction/app.config delete mode 100644 tests/src/GC/Features/Pinning/PinningOther/app.config delete mode 100644 tests/src/GC/Features/SustainedLowLatency/app.config delete mode 100644 tests/src/GC/LargeMemory/API/gc/app.config delete mode 100644 tests/src/GC/LargeMemory/Allocation/app.config delete mode 100644 tests/src/GC/LargeMemory/Regressions/app.config delete mode 100644 tests/src/GC/Performance/Tests/app.config delete mode 100644 tests/src/GC/Performance/Tests/project.json delete mode 100644 tests/src/GC/Regressions/dev10bugs/536168/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta1/149926/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta1/289745/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/426480/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/445488/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/452950/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/460373/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/462651/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/471729/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/476725/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-beta2/485617/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-rtm/494226/app.config delete mode 100644 tests/src/GC/Regressions/v2.0-rtm/544701/app.config delete mode 100644 tests/src/GC/Scenarios/Affinity/app.config delete mode 100644 tests/src/GC/Scenarios/BaseFinal/app.config delete mode 100644 tests/src/GC/Scenarios/BinTree/app.config delete mode 100644 tests/src/GC/Scenarios/Boxing/app.config delete mode 100644 tests/src/GC/Scenarios/DoublinkList/app.config delete mode 100644 tests/src/GC/Scenarios/Dynamo/app.config delete mode 100644 tests/src/GC/Scenarios/FinalNStruct/app.config delete mode 100644 tests/src/GC/Scenarios/FragMan/app.config delete mode 100644 tests/src/GC/Scenarios/GCBase1/app.config delete mode 100644 tests/src/GC/Scenarios/GCBench/app.config delete mode 100644 tests/src/GC/Scenarios/GCSimulator/app.config delete mode 100644 tests/src/GC/Scenarios/GCStress/app.config delete mode 100644 tests/src/GC/Scenarios/LeakGen/app.config delete mode 100644 tests/src/GC/Scenarios/LeakWheel/app.config delete mode 100644 tests/src/GC/Scenarios/MinLeakGen/app.config delete mode 100644 tests/src/GC/Scenarios/NDPin/app.config delete mode 100644 tests/src/GC/Scenarios/RanCollect/app.config delete mode 100644 tests/src/GC/Scenarios/ReflectObj/app.config delete mode 100644 tests/src/GC/Scenarios/Resurrection/app.config delete mode 100644 tests/src/GC/Scenarios/Rootmem/app.config delete mode 100644 tests/src/GC/Scenarios/Samples/app.config delete mode 100644 tests/src/GC/Scenarios/ServerModel/app.config delete mode 100644 tests/src/GC/Scenarios/SingLinkList/app.config delete mode 100644 tests/src/GC/Scenarios/StringCreator/app.config delete mode 100644 tests/src/GC/Scenarios/THDChaos/app.config delete mode 100644 tests/src/GC/Scenarios/THDList/app.config delete mode 100644 tests/src/GC/Scenarios/WeakReference/app.config delete mode 100644 tests/src/GC/Scenarios/muldimjagary/app.config delete mode 100644 tests/src/GC/Stress/Framework/app.config delete mode 100644 tests/src/GC/Stress/Framework/project.json delete mode 100644 tests/src/GC/Stress/Tests/app.config delete mode 100644 tests/src/GC/Stress/Tests/project.json delete mode 100644 tests/src/GC/config/extra/project.json delete mode 100644 tests/src/GC/config/minimal/project.json delete mode 100644 tests/src/GC/dir.props diff --git a/tests/src/GC/API/GC/AddMemoryPressureTest.csproj b/tests/src/GC/API/GC/AddMemoryPressureTest.csproj index 90a255e391..7f74647211 100644 --- a/tests/src/GC/API/GC/AddMemoryPressureTest.csproj +++ b/tests/src/GC/API/GC/AddMemoryPressureTest.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/AddThresholdTest.csproj b/tests/src/GC/API/GC/AddThresholdTest.csproj index 9b5faaeab6..f55a9b47b4 100644 --- a/tests/src/GC/API/GC/AddThresholdTest.csproj +++ b/tests/src/GC/API/GC/AddThresholdTest.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/AddUsageTest.csproj b/tests/src/GC/API/GC/AddUsageTest.csproj index fef178244a..7d9a261ee3 100644 --- a/tests/src/GC/API/GC/AddUsageTest.csproj +++ b/tests/src/GC/API/GC/AddUsageTest.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect.csproj b/tests/src/GC/API/GC/Collect.csproj index 9b4da631d6..e0c15534b8 100644 --- a/tests/src/GC/API/GC/Collect.csproj +++ b/tests/src/GC/API/GC/Collect.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect0.csproj b/tests/src/GC/API/GC/Collect0.csproj index 3b742e4667..c05a214a67 100644 --- a/tests/src/GC/API/GC/Collect0.csproj +++ b/tests/src/GC/API/GC/Collect0.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect1.csproj b/tests/src/GC/API/GC/Collect1.csproj index 012b0e3aa1..89b7fadf6b 100644 --- a/tests/src/GC/API/GC/Collect1.csproj +++ b/tests/src/GC/API/GC/Collect1.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Default_1.csproj b/tests/src/GC/API/GC/Collect_Default_1.csproj index 8ab65bc4f0..eb54db8f03 100644 --- a/tests/src/GC/API/GC/Collect_Default_1.csproj +++ b/tests/src/GC/API/GC/Collect_Default_1.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Default_2.csproj b/tests/src/GC/API/GC/Collect_Default_2.csproj index 3b846aad71..f567281ab1 100644 --- a/tests/src/GC/API/GC/Collect_Default_2.csproj +++ b/tests/src/GC/API/GC/Collect_Default_2.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Default_3.csproj b/tests/src/GC/API/GC/Collect_Default_3.csproj index 4cca06babd..c8cd9de81f 100644 --- a/tests/src/GC/API/GC/Collect_Default_3.csproj +++ b/tests/src/GC/API/GC/Collect_Default_3.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Forced_1.csproj b/tests/src/GC/API/GC/Collect_Forced_1.csproj index 3f3773c252..6a0f9d01bf 100644 --- a/tests/src/GC/API/GC/Collect_Forced_1.csproj +++ b/tests/src/GC/API/GC/Collect_Forced_1.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Forced_2.csproj b/tests/src/GC/API/GC/Collect_Forced_2.csproj index 68561ae58a..e4bcbc78ed 100644 --- a/tests/src/GC/API/GC/Collect_Forced_2.csproj +++ b/tests/src/GC/API/GC/Collect_Forced_2.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Forced_3.csproj b/tests/src/GC/API/GC/Collect_Forced_3.csproj index c9250a5970..a5227591d3 100644 --- a/tests/src/GC/API/GC/Collect_Forced_3.csproj +++ b/tests/src/GC/API/GC/Collect_Forced_3.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Optimized_1.csproj b/tests/src/GC/API/GC/Collect_Optimized_1.csproj index fde633ea53..a192c6cf8e 100644 --- a/tests/src/GC/API/GC/Collect_Optimized_1.csproj +++ b/tests/src/GC/API/GC/Collect_Optimized_1.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Optimized_2.csproj b/tests/src/GC/API/GC/Collect_Optimized_2.csproj index e2dcee97bc..bfb638af39 100644 --- a/tests/src/GC/API/GC/Collect_Optimized_2.csproj +++ b/tests/src/GC/API/GC/Collect_Optimized_2.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_Optimized_3.csproj b/tests/src/GC/API/GC/Collect_Optimized_3.csproj index 6643314ba1..f29ae64355 100644 --- a/tests/src/GC/API/GC/Collect_Optimized_3.csproj +++ b/tests/src/GC/API/GC/Collect_Optimized_3.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_fail.csproj b/tests/src/GC/API/GC/Collect_fail.csproj index 92d97116ad..aeed79d7f2 100644 --- a/tests/src/GC/API/GC/Collect_fail.csproj +++ b/tests/src/GC/API/GC/Collect_fail.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Collect_neg.csproj b/tests/src/GC/API/GC/Collect_neg.csproj index 0017924d4a..f64f6b3493 100644 --- a/tests/src/GC/API/GC/Collect_neg.csproj +++ b/tests/src/GC/API/GC/Collect_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/CollectionCountTest.csproj b/tests/src/GC/API/GC/CollectionCountTest.csproj index c8501eb116..70593cc456 100644 --- a/tests/src/GC/API/GC/CollectionCountTest.csproj +++ b/tests/src/GC/API/GC/CollectionCountTest.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/Finalize.csproj b/tests/src/GC/API/GC/Finalize.csproj index 6707308204..3c72a347d8 100644 --- a/tests/src/GC/API/GC/Finalize.csproj +++ b/tests/src/GC/API/GC/Finalize.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetGeneration.csproj b/tests/src/GC/API/GC/GetGeneration.csproj index a264121800..fb9b9acdd1 100644 --- a/tests/src/GC/API/GC/GetGeneration.csproj +++ b/tests/src/GC/API/GC/GetGeneration.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetGenerationWR.csproj b/tests/src/GC/API/GC/GetGenerationWR.csproj index f05884900e..19072a52bb 100644 --- a/tests/src/GC/API/GC/GetGenerationWR.csproj +++ b/tests/src/GC/API/GC/GetGenerationWR.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetGenerationWR2.csproj b/tests/src/GC/API/GC/GetGenerationWR2.csproj index a22f2532e5..35a05a68bf 100644 --- a/tests/src/GC/API/GC/GetGenerationWR2.csproj +++ b/tests/src/GC/API/GC/GetGenerationWR2.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetGeneration_box.csproj b/tests/src/GC/API/GC/GetGeneration_box.csproj index 4e686f3981..391e0298af 100644 --- a/tests/src/GC/API/GC/GetGeneration_box.csproj +++ b/tests/src/GC/API/GC/GetGeneration_box.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetGeneration_fail.csproj b/tests/src/GC/API/GC/GetGeneration_fail.csproj index 34810f53ff..42ff74dab2 100644 --- a/tests/src/GC/API/GC/GetGeneration_fail.csproj +++ b/tests/src/GC/API/GC/GetGeneration_fail.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/GetTotalMemory.csproj b/tests/src/GC/API/GC/GetTotalMemory.csproj index aceb541fa7..b1336d3890 100644 --- a/tests/src/GC/API/GC/GetTotalMemory.csproj +++ b/tests/src/GC/API/GC/GetTotalMemory.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/KeepAlive.csproj b/tests/src/GC/API/GC/KeepAlive.csproj index dd6c0eaf08..820ce94e3e 100644 --- a/tests/src/GC/API/GC/KeepAlive.csproj +++ b/tests/src/GC/API/GC/KeepAlive.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/KeepAliveNull.csproj b/tests/src/GC/API/GC/KeepAliveNull.csproj index 8ae4315dfe..f6cf1f8b80 100644 --- a/tests/src/GC/API/GC/KeepAliveNull.csproj +++ b/tests/src/GC/API/GC/KeepAliveNull.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/KeepAliveRecur.csproj b/tests/src/GC/API/GC/KeepAliveRecur.csproj index 4b1cc90e5c..0c21d81bdb 100644 --- a/tests/src/GC/API/GC/KeepAliveRecur.csproj +++ b/tests/src/GC/API/GC/KeepAliveRecur.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/MaxGeneration.csproj b/tests/src/GC/API/GC/MaxGeneration.csproj index c9e83e0262..d28b9b5638 100644 --- a/tests/src/GC/API/GC/MaxGeneration.csproj +++ b/tests/src/GC/API/GC/MaxGeneration.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/ReRegisterForFinalize.csproj b/tests/src/GC/API/GC/ReRegisterForFinalize.csproj index 6db3912b55..1fca7197b4 100644 --- a/tests/src/GC/API/GC/ReRegisterForFinalize.csproj +++ b/tests/src/GC/API/GC/ReRegisterForFinalize.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj b/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj index 6580c0934d..91e847e4b1 100644 --- a/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj +++ b/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj b/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj index 81fecea01f..93601b8b58 100644 --- a/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj +++ b/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/RemoveUsageTest.csproj b/tests/src/GC/API/GC/RemoveUsageTest.csproj index fc012365e3..1ca100f303 100644 --- a/tests/src/GC/API/GC/RemoveUsageTest.csproj +++ b/tests/src/GC/API/GC/RemoveUsageTest.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/SuppressFinalize.csproj b/tests/src/GC/API/GC/SuppressFinalize.csproj index 5c1c8bf09f..381c0040be 100644 --- a/tests/src/GC/API/GC/SuppressFinalize.csproj +++ b/tests/src/GC/API/GC/SuppressFinalize.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/SuppressFinalize_Null.csproj b/tests/src/GC/API/GC/SuppressFinalize_Null.csproj index 24c1884848..7737ffff00 100644 --- a/tests/src/GC/API/GC/SuppressFinalize_Null.csproj +++ b/tests/src/GC/API/GC/SuppressFinalize_Null.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/TotalMemory.csproj b/tests/src/GC/API/GC/TotalMemory.csproj index b9d5f0a915..541b4588d7 100644 --- a/tests/src/GC/API/GC/TotalMemory.csproj +++ b/tests/src/GC/API/GC/TotalMemory.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/TotalMemory2.csproj b/tests/src/GC/API/GC/TotalMemory2.csproj index fe90973b65..ff52694a38 100644 --- a/tests/src/GC/API/GC/TotalMemory2.csproj +++ b/tests/src/GC/API/GC/TotalMemory2.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GC/app.config b/tests/src/GC/API/GC/app.config deleted file mode 100644 index 6f7bbd9d2b..0000000000 --- a/tests/src/GC/API/GC/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj b/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj index f5d90932f3..abd89e896e 100644 --- a/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj +++ b/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj b/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj index aaa378b875..962afa57fa 100644 --- a/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj +++ b/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Alloc.csproj b/tests/src/GC/API/GCHandle/Alloc.csproj index 78f3eb2f97..4efc3a55e9 100644 --- a/tests/src/GC/API/GCHandle/Alloc.csproj +++ b/tests/src/GC/API/GCHandle/Alloc.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Alloc_neg.csproj b/tests/src/GC/API/GCHandle/Alloc_neg.csproj index 240d0591fe..bc96491e45 100644 --- a/tests/src/GC/API/GCHandle/Alloc_neg.csproj +++ b/tests/src/GC/API/GCHandle/Alloc_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Alloc_neg2.csproj b/tests/src/GC/API/GCHandle/Alloc_neg2.csproj index 8f251203f5..c4d3742127 100644 --- a/tests/src/GC/API/GCHandle/Alloc_neg2.csproj +++ b/tests/src/GC/API/GCHandle/Alloc_neg2.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Casting.csproj b/tests/src/GC/API/GCHandle/Casting.csproj index e603c12ac1..a6a0359022 100644 --- a/tests/src/GC/API/GCHandle/Casting.csproj +++ b/tests/src/GC/API/GCHandle/Casting.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Equality.csproj b/tests/src/GC/API/GCHandle/Equality.csproj index 95ff2721d7..b934870e81 100644 --- a/tests/src/GC/API/GCHandle/Equality.csproj +++ b/tests/src/GC/API/GCHandle/Equality.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Free.csproj b/tests/src/GC/API/GCHandle/Free.csproj index c0e2d02828..6a40dec304 100644 --- a/tests/src/GC/API/GCHandle/Free.csproj +++ b/tests/src/GC/API/GCHandle/Free.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Free_neg.csproj b/tests/src/GC/API/GCHandle/Free_neg.csproj index a053431708..4effbe8d78 100644 --- a/tests/src/GC/API/GCHandle/Free_neg.csproj +++ b/tests/src/GC/API/GCHandle/Free_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/HandleCopy.csproj b/tests/src/GC/API/GCHandle/HandleCopy.csproj index be3ca8d2f2..1cda49eabb 100644 --- a/tests/src/GC/API/GCHandle/HandleCopy.csproj +++ b/tests/src/GC/API/GCHandle/HandleCopy.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/IsAllocated.csproj b/tests/src/GC/API/GCHandle/IsAllocated.csproj index 1091eeecd7..73ca4dac9a 100644 --- a/tests/src/GC/API/GCHandle/IsAllocated.csproj +++ b/tests/src/GC/API/GCHandle/IsAllocated.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Normal.csproj b/tests/src/GC/API/GCHandle/Normal.csproj index cc462b9822..247d2bfcbc 100644 --- a/tests/src/GC/API/GCHandle/Normal.csproj +++ b/tests/src/GC/API/GCHandle/Normal.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/PinObj_neg.csproj b/tests/src/GC/API/GCHandle/PinObj_neg.csproj index dc1b4451f9..a2baa56b5f 100644 --- a/tests/src/GC/API/GCHandle/PinObj_neg.csproj +++ b/tests/src/GC/API/GCHandle/PinObj_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Pinned.csproj b/tests/src/GC/API/GCHandle/Pinned.csproj index ccbdb65f64..f02c60558b 100644 --- a/tests/src/GC/API/GCHandle/Pinned.csproj +++ b/tests/src/GC/API/GCHandle/Pinned.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Target.csproj b/tests/src/GC/API/GCHandle/Target.csproj index 53825f8492..b0ed85408a 100644 --- a/tests/src/GC/API/GCHandle/Target.csproj +++ b/tests/src/GC/API/GCHandle/Target.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Target_neg.csproj b/tests/src/GC/API/GCHandle/Target_neg.csproj index 0c843b09b6..720162819c 100644 --- a/tests/src/GC/API/GCHandle/Target_neg.csproj +++ b/tests/src/GC/API/GCHandle/Target_neg.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj b/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj index f083c125e6..ea3afc6ee4 100644 --- a/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj +++ b/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/Weak.csproj b/tests/src/GC/API/GCHandle/Weak.csproj index a517ac9a13..268899ba2c 100644 --- a/tests/src/GC/API/GCHandle/Weak.csproj +++ b/tests/src/GC/API/GCHandle/Weak.csproj @@ -38,14 +38,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/API/GCHandle/app.config b/tests/src/GC/API/GCHandle/app.config deleted file mode 100644 index 6f7bbd9d2b..0000000000 --- a/tests/src/GC/API/GCHandle/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/API/GCHandleCollector/Count.csproj b/tests/src/GC/API/GCHandleCollector/Count.csproj index 26eba720cf..63d71fec29 100644 --- a/tests/src/GC/API/GCHandleCollector/Count.csproj +++ b/tests/src/GC/API/GCHandleCollector/Count.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj b/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj index 964ece56c1..bd60afdbbf 100644 --- a/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj +++ b/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandleCollector/NegTests.csproj b/tests/src/GC/API/GCHandleCollector/NegTests.csproj index 5b45c64c9a..5547564816 100644 --- a/tests/src/GC/API/GCHandleCollector/NegTests.csproj +++ b/tests/src/GC/API/GCHandleCollector/NegTests.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandleCollector/Usage.csproj b/tests/src/GC/API/GCHandleCollector/Usage.csproj index cd8f14f1b9..d2f614d93c 100644 --- a/tests/src/GC/API/GCHandleCollector/Usage.csproj +++ b/tests/src/GC/API/GCHandleCollector/Usage.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCHandleCollector/app.config b/tests/src/GC/API/GCHandleCollector/app.config deleted file mode 100644 index 6f7bbd9d2b..0000000000 --- a/tests/src/GC/API/GCHandleCollector/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/API/GCSettings/ILatencyTest.csproj b/tests/src/GC/API/GCSettings/ILatencyTest.csproj index fd69965bd6..26bc92324d 100644 --- a/tests/src/GC/API/GCSettings/ILatencyTest.csproj +++ b/tests/src/GC/API/GCSettings/ILatencyTest.csproj @@ -30,13 +30,6 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCSettings/InducedGen0GC.csproj b/tests/src/GC/API/GCSettings/InducedGen0GC.csproj index 209a492594..63945231fb 100644 --- a/tests/src/GC/API/GCSettings/InducedGen0GC.csproj +++ b/tests/src/GC/API/GCSettings/InducedGen0GC.csproj @@ -30,13 +30,6 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCSettings/InducedGen1GC.csproj b/tests/src/GC/API/GCSettings/InducedGen1GC.csproj index a97ec75f42..28fd9fa6cc 100644 --- a/tests/src/GC/API/GCSettings/InducedGen1GC.csproj +++ b/tests/src/GC/API/GCSettings/InducedGen1GC.csproj @@ -30,13 +30,6 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCSettings/InducedGen2GC.csproj b/tests/src/GC/API/GCSettings/InducedGen2GC.csproj index 1f4cd32c9e..449e98c0fe 100644 --- a/tests/src/GC/API/GCSettings/InducedGen2GC.csproj +++ b/tests/src/GC/API/GCSettings/InducedGen2GC.csproj @@ -30,13 +30,6 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCSettings/InputValidation.csproj b/tests/src/GC/API/GCSettings/InputValidation.csproj index bdf3f93f96..5ada5c0f16 100644 --- a/tests/src/GC/API/GCSettings/InputValidation.csproj +++ b/tests/src/GC/API/GCSettings/InputValidation.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/GCSettings/app.config b/tests/src/GC/API/GCSettings/app.config deleted file mode 100644 index 6f7bbd9d2b..0000000000 --- a/tests/src/GC/API/GCSettings/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/API/WeakReference/Finalize.csproj b/tests/src/GC/API/WeakReference/Finalize.csproj index 5184a71b54..158fad3205 100644 --- a/tests/src/GC/API/WeakReference/Finalize.csproj +++ b/tests/src/GC/API/WeakReference/Finalize.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/Finalize2.csproj b/tests/src/GC/API/WeakReference/Finalize2.csproj index ead3f9fd33..6b484948bd 100644 --- a/tests/src/GC/API/WeakReference/Finalize2.csproj +++ b/tests/src/GC/API/WeakReference/Finalize2.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/IsAlive.csproj b/tests/src/GC/API/WeakReference/IsAlive.csproj index 7a0334f482..6528f0207f 100644 --- a/tests/src/GC/API/WeakReference/IsAlive.csproj +++ b/tests/src/GC/API/WeakReference/IsAlive.csproj @@ -39,14 +39,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/IsAlive_neg.csproj b/tests/src/GC/API/WeakReference/IsAlive_neg.csproj index db81ae84cf..e5550cb279 100644 --- a/tests/src/GC/API/WeakReference/IsAlive_neg.csproj +++ b/tests/src/GC/API/WeakReference/IsAlive_neg.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/NullHandle.csproj b/tests/src/GC/API/WeakReference/NullHandle.csproj index 8d236fe676..34174dc476 100644 --- a/tests/src/GC/API/WeakReference/NullHandle.csproj +++ b/tests/src/GC/API/WeakReference/NullHandle.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/Target.csproj b/tests/src/GC/API/WeakReference/Target.csproj index 53825f8492..b0ed85408a 100644 --- a/tests/src/GC/API/WeakReference/Target.csproj +++ b/tests/src/GC/API/WeakReference/Target.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/TrackResurrection.csproj b/tests/src/GC/API/WeakReference/TrackResurrection.csproj index 27e745ccc6..4f1ebbf4d7 100644 --- a/tests/src/GC/API/WeakReference/TrackResurrection.csproj +++ b/tests/src/GC/API/WeakReference/TrackResurrection.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/app.config b/tests/src/GC/API/WeakReference/app.config deleted file mode 100644 index 6f7bbd9d2b..0000000000 --- a/tests/src/GC/API/WeakReference/app.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/API/WeakReference/multipleWRs.csproj b/tests/src/GC/API/WeakReference/multipleWRs.csproj index 16a79a9b4f..745a638076 100644 --- a/tests/src/GC/API/WeakReference/multipleWRs.csproj +++ b/tests/src/GC/API/WeakReference/multipleWRs.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/API/WeakReference/multipleWRs_1.csproj b/tests/src/GC/API/WeakReference/multipleWRs_1.csproj index 9c79fb2391..74deaf86cd 100644 --- a/tests/src/GC/API/WeakReference/multipleWRs_1.csproj +++ b/tests/src/GC/API/WeakReference/multipleWRs_1.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Coverage/271010.csproj b/tests/src/GC/Coverage/271010.csproj index 60bb1b8dbb..6bfb03425a 100644 --- a/tests/src/GC/Coverage/271010.csproj +++ b/tests/src/GC/Coverage/271010.csproj @@ -28,14 +28,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Coverage/LargeObjectAlloc.csproj b/tests/src/GC/Coverage/LargeObjectAlloc.csproj index 0784021a6a..8fc6cb6827 100644 --- a/tests/src/GC/Coverage/LargeObjectAlloc.csproj +++ b/tests/src/GC/Coverage/LargeObjectAlloc.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Coverage/LargeObjectAlloc2.csproj b/tests/src/GC/Coverage/LargeObjectAlloc2.csproj index ea304efc6d..1060fa842c 100644 --- a/tests/src/GC/Coverage/LargeObjectAlloc2.csproj +++ b/tests/src/GC/Coverage/LargeObjectAlloc2.csproj @@ -29,13 +29,6 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Coverage/app.config b/tests/src/GC/Coverage/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Coverage/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Coverage/delete_next_card_table.csproj b/tests/src/GC/Coverage/delete_next_card_table.csproj index b0972315be..98bd7f38e0 100644 --- a/tests/src/GC/Coverage/delete_next_card_table.csproj +++ b/tests/src/GC/Coverage/delete_next_card_table.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Coverage/smalloom.csproj b/tests/src/GC/Coverage/smalloom.csproj index 6f2fb9d4a2..916e0f4cda 100644 --- a/tests/src/GC/Coverage/smalloom.csproj +++ b/tests/src/GC/Coverage/smalloom.csproj @@ -28,14 +28,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Features/BackgroundGC/app.config b/tests/src/GC/Features/BackgroundGC/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/BackgroundGC/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj b/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj index d03fb23521..c47263f488 100644 --- a/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj +++ b/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj b/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj index f881bfcfdf..43d164abb9 100644 --- a/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj +++ b/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeio/app.config b/tests/src/GC/Features/Finalizer/finalizeio/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/Finalizer/finalizeio/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj b/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj index f192d3a81d..cc5deecc57 100644 --- a/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/app.config b/tests/src/GC/Features/Finalizer/finalizeother/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/Finalizer/finalizeother/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj index 7586b9c5a9..9aaaa9e789 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj index 777ea09431..7048db50ea 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj index c23c9534f9..06d6df6381 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj index b47f14ce17..20f9188a16 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj index 1ebe1c4e74..f5d5e4e6b6 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj index c7d279148b..e385d2b372 100644 --- a/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj +++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/Finalizer.csproj b/tests/src/GC/Features/HeapExpansion/Finalizer.csproj index f4e1757f33..724031f831 100644 --- a/tests/src/GC/Features/HeapExpansion/Finalizer.csproj +++ b/tests/src/GC/Features/HeapExpansion/Finalizer.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj b/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj index 8c5be3915e..2799df8e57 100644 --- a/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj +++ b/tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/Handles.csproj b/tests/src/GC/Features/HeapExpansion/Handles.csproj index a5a2a3d20f..0aad5f9f8f 100644 --- a/tests/src/GC/Features/HeapExpansion/Handles.csproj +++ b/tests/src/GC/Features/HeapExpansion/Handles.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/app.config b/tests/src/GC/Features/HeapExpansion/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/HeapExpansion/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj b/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj index 62b58ba993..5ba3304e23 100644 --- a/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj +++ b/tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj b/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj index d14a23b8b5..1362d12206 100644 --- a/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj +++ b/tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/bestfit.csproj b/tests/src/GC/Features/HeapExpansion/bestfit.csproj index 7bff75c0a3..9ecaf00e54 100644 --- a/tests/src/GC/Features/HeapExpansion/bestfit.csproj +++ b/tests/src/GC/Features/HeapExpansion/bestfit.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj b/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj index e036f58d02..b0e2ea417c 100644 --- a/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj +++ b/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj @@ -36,14 +36,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/expandheap.csproj b/tests/src/GC/Features/HeapExpansion/expandheap.csproj index 2f45bbe6c7..8f79ba6624 100644 --- a/tests/src/GC/Features/HeapExpansion/expandheap.csproj +++ b/tests/src/GC/Features/HeapExpansion/expandheap.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/plug.csproj b/tests/src/GC/Features/HeapExpansion/plug.csproj index 6721fdcea1..f3a362174a 100644 --- a/tests/src/GC/Features/HeapExpansion/plug.csproj +++ b/tests/src/GC/Features/HeapExpansion/plug.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/HeapExpansion/pluggaps.csproj b/tests/src/GC/Features/HeapExpansion/pluggaps.csproj index cc1d4ed296..cbeab565fe 100644 --- a/tests/src/GC/Features/HeapExpansion/pluggaps.csproj +++ b/tests/src/GC/Features/HeapExpansion/pluggaps.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/app.config b/tests/src/GC/Features/KeepAlive/keepaliveother/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj index 632ae7e3b2..8e7c70a262 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj index 71b2dafefe..1eae248a7d 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj index ef71918345..7df95a48bd 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj index c4537c73bb..774cdd4a68 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj index 5852cbb4a2..08a96ce864 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj index 4c99eba304..8abb625466 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj index e205a565c7..d84f2ae6df 100644 --- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj +++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/app.config b/tests/src/GC/Features/LOHCompaction/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/LOHCompaction/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj b/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj index 0ac41fac7e..70a990b260 100644 --- a/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj index 314f1c0f27..a4b3e865c7 100644 --- a/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj index 18755d9a09..ec88794f92 100644 --- a/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj index 0498c5553d..70a2a22f2c 100644 --- a/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj index 2f923f6299..aeb237d667 100644 --- a/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHCompaction/lohpin.csproj b/tests/src/GC/Features/LOHCompaction/lohpin.csproj index 9839ddd6cb..21398c5fe0 100644 --- a/tests/src/GC/Features/LOHCompaction/lohpin.csproj +++ b/tests/src/GC/Features/LOHCompaction/lohpin.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/LOHFragmentation/app.config b/tests/src/GC/Features/LOHFragmentation/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/LOHFragmentation/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj b/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj index c23a974c4e..c631399859 100644 --- a/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj +++ b/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/PartialCompaction/app.config b/tests/src/GC/Features/PartialCompaction/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/PartialCompaction/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/PartialCompaction/eco1.csproj b/tests/src/GC/Features/PartialCompaction/eco1.csproj index 82c44a3dee..2b3f8e444e 100644 --- a/tests/src/GC/Features/PartialCompaction/eco1.csproj +++ b/tests/src/GC/Features/PartialCompaction/eco1.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj b/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj index aaee185069..865f1711e4 100644 --- a/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj +++ b/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj b/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj index f0ffc1e30a..f7de9330ba 100644 --- a/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj +++ b/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj b/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj index 8c5be3915e..2799df8e57 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj index fb8bae6bd3..2536f06318 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj index 11b8db10e2..e5d7b2dac9 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj index b61f75213d..86f2ad0715 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj index a106cc2cb0..3fa2470c9e 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj index b2b7d42e9c..fc3c54fe85 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj b/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj index ec846104bf..0f3193aee3 100644 --- a/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj +++ b/tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/Pinning/PinningOther/app.config b/tests/src/GC/Features/Pinning/PinningOther/app.config deleted file mode 100644 index baf8a8f45f..0000000000 --- a/tests/src/GC/Features/Pinning/PinningOther/app.config +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/SustainedLowLatency/app.config b/tests/src/GC/Features/SustainedLowLatency/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Features/SustainedLowLatency/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Features/SustainedLowLatency/scenario.csproj b/tests/src/GC/Features/SustainedLowLatency/scenario.csproj index 6f2e7f2fee..697a854548 100644 --- a/tests/src/GC/Features/SustainedLowLatency/scenario.csproj +++ b/tests/src/GC/Features/SustainedLowLatency/scenario.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj index 51f84f4d02..68da85882c 100644 --- a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj +++ b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj index 844a206c9d..e80685cee9 100644 --- a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj +++ b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/app.config b/tests/src/GC/LargeMemory/API/gc/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/LargeMemory/API/gc/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/LargeMemory/API/gc/collect.csproj b/tests/src/GC/LargeMemory/API/gc/collect.csproj index 275f31fec9..9b9f7d4dff 100644 --- a/tests/src/GC/LargeMemory/API/gc/collect.csproj +++ b/tests/src/GC/LargeMemory/API/gc/collect.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj b/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj index 4c02fd4030..135258dfe4 100644 --- a/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj +++ b/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj b/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj index 3be526044e..d3f38f621d 100644 --- a/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj +++ b/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/keepalive.csproj b/tests/src/GC/LargeMemory/API/gc/keepalive.csproj index 0c61ea1262..aea59e67f4 100644 --- a/tests/src/GC/LargeMemory/API/gc/keepalive.csproj +++ b/tests/src/GC/LargeMemory/API/gc/keepalive.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/largeobject.csproj b/tests/src/GC/LargeMemory/API/gc/largeobject.csproj index beb158893e..cc0883396d 100644 --- a/tests/src/GC/LargeMemory/API/gc/largeobject.csproj +++ b/tests/src/GC/LargeMemory/API/gc/largeobject.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/memcheck.csproj b/tests/src/GC/LargeMemory/API/gc/memcheck.csproj index 499884ca46..36acd46576 100644 --- a/tests/src/GC/LargeMemory/API/gc/memcheck.csproj +++ b/tests/src/GC/LargeMemory/API/gc/memcheck.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj b/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj index 0d8d85b489..6b64acd098 100644 --- a/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj +++ b/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj b/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj index 96d7cb3437..27cf73e2d6 100644 --- a/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj +++ b/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Allocation/app.config b/tests/src/GC/LargeMemory/Allocation/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/LargeMemory/Allocation/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj b/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj index cce30d3079..25b0b79565 100644 --- a/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj +++ b/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj b/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj index 8ddee08a2d..ad6f5b143d 100644 --- a/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj +++ b/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Allocation/largeobject.csproj b/tests/src/GC/LargeMemory/Allocation/largeobject.csproj index beb158893e..cc0883396d 100644 --- a/tests/src/GC/LargeMemory/Allocation/largeobject.csproj +++ b/tests/src/GC/LargeMemory/Allocation/largeobject.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Allocation/memcheck.csproj b/tests/src/GC/LargeMemory/Allocation/memcheck.csproj index 499884ca46..36acd46576 100644 --- a/tests/src/GC/LargeMemory/Allocation/memcheck.csproj +++ b/tests/src/GC/LargeMemory/Allocation/memcheck.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Regressions/app.config b/tests/src/GC/LargeMemory/Regressions/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/LargeMemory/Regressions/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj b/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj index 3c3f0a3862..725fa57cc9 100644 --- a/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj +++ b/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj b/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj index 7bfae51fb6..95ec1a4379 100644 --- a/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj +++ b/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Performance/Tests/Allocation.csproj b/tests/src/GC/Performance/Tests/Allocation.csproj index 95b0b80ef9..139d5c5651 100644 --- a/tests/src/GC/Performance/Tests/Allocation.csproj +++ b/tests/src/GC/Performance/Tests/Allocation.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj b/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj index 72c1c734c3..3133000723 100644 --- a/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj +++ b/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/EEGC.csproj b/tests/src/GC/Performance/Tests/EEGC.csproj index 0ec1f4d6e8..dea29ded9d 100644 --- a/tests/src/GC/Performance/Tests/EEGC.csproj +++ b/tests/src/GC/Performance/Tests/EEGC.csproj @@ -32,10 +32,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/GCSimulator.csproj b/tests/src/GC/Performance/Tests/GCSimulator.csproj index 27c56ba8c2..19db0eea7e 100644 --- a/tests/src/GC/Performance/Tests/GCSimulator.csproj +++ b/tests/src/GC/Performance/Tests/GCSimulator.csproj @@ -31,10 +31,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/LargeStrings.csproj b/tests/src/GC/Performance/Tests/LargeStrings.csproj index ade296145b..5fcfedfac6 100644 --- a/tests/src/GC/Performance/Tests/LargeStrings.csproj +++ b/tests/src/GC/Performance/Tests/LargeStrings.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/MidLife.csproj b/tests/src/GC/Performance/Tests/MidLife.csproj index 13ad7f6862..f2c9798799 100644 --- a/tests/src/GC/Performance/Tests/MidLife.csproj +++ b/tests/src/GC/Performance/Tests/MidLife.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Performance/Tests/app.config b/tests/src/GC/Performance/Tests/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Performance/Tests/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Performance/Tests/project.json b/tests/src/GC/Performance/Tests/project.json deleted file mode 100644 index 373424221c..0000000000 --- a/tests/src/GC/Performance/Tests/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj b/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj index 96566a07c8..e369e8b996 100644 --- a/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj +++ b/tests/src/GC/Regressions/dev10bugs/536168/536168.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/dev10bugs/536168/app.config b/tests/src/GC/Regressions/dev10bugs/536168/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/dev10bugs/536168/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj b/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj index 8fdc9ec5ca..5ce71fe8d8 100644 --- a/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj +++ b/tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta1/149926/app.config b/tests/src/GC/Regressions/v2.0-beta1/149926/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta1/149926/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj b/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj index be80e44059..2e482c3124 100644 --- a/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj +++ b/tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj b/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj index be80e44059..2e482c3124 100644 --- a/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj +++ b/tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta1/289745/app.config b/tests/src/GC/Regressions/v2.0-beta1/289745/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta1/289745/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj b/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj index 8e8a00e2f7..3cf41e2c4a 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/426480/app.config b/tests/src/GC/Regressions/v2.0-beta2/426480/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/426480/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj b/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj index 6f518d91b4..8135557152 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/445488/app.config b/tests/src/GC/Regressions/v2.0-beta2/445488/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/445488/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj b/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj index 21589ef835..5508ad5863 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/452950/app.config b/tests/src/GC/Regressions/v2.0-beta2/452950/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/452950/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj b/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj index 3ba9f60e73..fc9548a1d4 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/460373/app.config b/tests/src/GC/Regressions/v2.0-beta2/460373/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/460373/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj b/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj index 5894bf2473..4bf8dea2a7 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/462651/app.config b/tests/src/GC/Regressions/v2.0-beta2/462651/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/462651/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj b/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj index 86a5c15b88..eb5ce4909c 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/471729/app.config b/tests/src/GC/Regressions/v2.0-beta2/471729/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/471729/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj b/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj index 850b24cee0..5af63de3c1 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/476725/app.config b/tests/src/GC/Regressions/v2.0-beta2/476725/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/476725/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj b/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj index 282dd04ce2..9ccbd12e0d 100644 --- a/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj +++ b/tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-beta2/485617/app.config b/tests/src/GC/Regressions/v2.0-beta2/485617/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-beta2/485617/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj b/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj index 230b43ec3e..99623f4563 100644 --- a/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj +++ b/tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-rtm/494226/app.config b/tests/src/GC/Regressions/v2.0-rtm/494226/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-rtm/494226/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj b/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj index 82c0f7bf51..1a2ff190d4 100644 --- a/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj +++ b/tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Regressions/v2.0-rtm/544701/app.config b/tests/src/GC/Regressions/v2.0-rtm/544701/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Regressions/v2.0-rtm/544701/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Affinity/affinitizer.csproj b/tests/src/GC/Scenarios/Affinity/affinitizer.csproj index 74d78b46fc..e67be53c6c 100644 --- a/tests/src/GC/Scenarios/Affinity/affinitizer.csproj +++ b/tests/src/GC/Scenarios/Affinity/affinitizer.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Affinity/app.config b/tests/src/GC/Scenarios/Affinity/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Affinity/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/BaseFinal/app.config b/tests/src/GC/Scenarios/BaseFinal/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/BaseFinal/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj b/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj index 667830c02d..8c7af0a2f5 100644 --- a/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj +++ b/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/BinTree/app.config b/tests/src/GC/Scenarios/BinTree/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/BinTree/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/BinTree/bintree.csproj b/tests/src/GC/Scenarios/BinTree/bintree.csproj index 11929598e2..ebfc81d429 100644 --- a/tests/src/GC/Scenarios/BinTree/bintree.csproj +++ b/tests/src/GC/Scenarios/BinTree/bintree.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/BinTree/thdtree.csproj b/tests/src/GC/Scenarios/BinTree/thdtree.csproj index 4f69655874..ea77bd56f8 100644 --- a/tests/src/GC/Scenarios/BinTree/thdtree.csproj +++ b/tests/src/GC/Scenarios/BinTree/thdtree.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj b/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj index b21f4cfd5c..b694da5a31 100644 --- a/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj +++ b/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj b/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj index 4533c3b7e3..da2375c480 100644 --- a/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj +++ b/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/app.config b/tests/src/GC/Scenarios/Boxing/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Boxing/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Boxing/arrcpy.csproj b/tests/src/GC/Scenarios/Boxing/arrcpy.csproj index 1427943308..f3c23d021f 100644 --- a/tests/src/GC/Scenarios/Boxing/arrcpy.csproj +++ b/tests/src/GC/Scenarios/Boxing/arrcpy.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/doubLink.csproj b/tests/src/GC/Scenarios/Boxing/doubLink.csproj index ea3d87694f..25203aa886 100644 --- a/tests/src/GC/Scenarios/Boxing/doubLink.csproj +++ b/tests/src/GC/Scenarios/Boxing/doubLink.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant.csproj index f6862ff810..e810bd5286 100644 --- a/tests/src/GC/Scenarios/Boxing/gcvariant.csproj +++ b/tests/src/GC/Scenarios/Boxing/gcvariant.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj index ad97572047..5de655eed8 100644 --- a/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj +++ b/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj index d5c2bb3d36..81fdb49c50 100644 --- a/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj +++ b/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj index 2915f9f91f..572a0b4107 100644 --- a/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj +++ b/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/simpvariant.csproj b/tests/src/GC/Scenarios/Boxing/simpvariant.csproj index 8f634e997a..9be6fcae59 100644 --- a/tests/src/GC/Scenarios/Boxing/simpvariant.csproj +++ b/tests/src/GC/Scenarios/Boxing/simpvariant.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/vararystress.csproj b/tests/src/GC/Scenarios/Boxing/vararystress.csproj index dfa8942325..66aecf1c75 100644 --- a/tests/src/GC/Scenarios/Boxing/vararystress.csproj +++ b/tests/src/GC/Scenarios/Boxing/vararystress.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/variantint.csproj b/tests/src/GC/Scenarios/Boxing/variantint.csproj index c942db2235..ae43054f0d 100644 --- a/tests/src/GC/Scenarios/Boxing/variantint.csproj +++ b/tests/src/GC/Scenarios/Boxing/variantint.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj b/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj index db6c72301a..120851b420 100644 --- a/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj +++ b/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj b/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj index ea08890bc5..975bb480d3 100644 --- a/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj b/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj index c2785b3976..935b2eb6e5 100644 --- a/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/app.config b/tests/src/GC/Scenarios/DoublinkList/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/DoublinkList/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj index 767adcbfa1..93f15d999a 100644 --- a/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj index a4a16af444..c7f3b80b2f 100644 --- a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj index a4a16af444..c7f3b80b2f 100644 --- a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj b/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj index 22ae6cc868..0fb22fec24 100644 --- a/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj b/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj index 70d2fe6755..5e385f06a3 100644 --- a/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj index 717d4881f3..ff63324435 100644 --- a/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj index 000215beb0..c4b364faed 100644 --- a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj index a32d9f5d5b..c1da855b0b 100644 --- a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj index cae5ec0331..71fb1dc160 100644 --- a/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj +++ b/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Dynamo/app.config b/tests/src/GC/Scenarios/Dynamo/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Dynamo/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Dynamo/dynamo.csproj b/tests/src/GC/Scenarios/Dynamo/dynamo.csproj index 30b88db431..abf02743fb 100644 --- a/tests/src/GC/Scenarios/Dynamo/dynamo.csproj +++ b/tests/src/GC/Scenarios/Dynamo/dynamo.csproj @@ -34,14 +34,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/FinalNStruct/app.config b/tests/src/GC/Scenarios/FinalNStruct/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/FinalNStruct/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj b/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj index 65c0cf8db4..dadbb7f330 100644 --- a/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj +++ b/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj b/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj index 85bc5e905e..6453511081 100644 --- a/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj +++ b/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj b/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj index 3a6ef8c344..7b34eadd0b 100644 --- a/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj +++ b/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj b/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj index 88c3732ca0..a55099380a 100644 --- a/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj +++ b/tests/src/GC/Scenarios/FinalNStruct/strmap.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj b/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj index ffa90129e2..a8ff14e3b5 100644 --- a/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj +++ b/tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj @@ -18,12 +18,5 @@ - - - - - $(GCPackagesConfigFileDirectory)minimal\project.json - $(GCPackagesConfigFileDirectory)minimal\project.lock.json - diff --git a/tests/src/GC/Scenarios/FragMan/app.config b/tests/src/GC/Scenarios/FragMan/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/FragMan/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/FragMan/fragman.csproj b/tests/src/GC/Scenarios/FragMan/fragman.csproj index 8ae71056dc..017b6cb244 100644 --- a/tests/src/GC/Scenarios/FragMan/fragman.csproj +++ b/tests/src/GC/Scenarios/FragMan/fragman.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCBase1/app.config b/tests/src/GC/Scenarios/GCBase1/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/GCBase1/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj b/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj index 3f55f2faa4..46d75b39ff 100644 --- a/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj +++ b/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj b/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj index 75364723bb..048b07dfac 100644 --- a/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj +++ b/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCBench/app.config b/tests/src/GC/Scenarios/GCBench/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/GCBench/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/GCBench/gcbench.csproj b/tests/src/GC/Scenarios/GCBench/gcbench.csproj index 74e8d8b04c..79dea0db8c 100644 --- a/tests/src/GC/Scenarios/GCBench/gcbench.csproj +++ b/tests/src/GC/Scenarios/GCBench/gcbench.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj index 42a5a5dfc0..28bf631264 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj @@ -34,14 +34,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj index b296ec4899..52970adcd6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj index 93a56c68ec..a3ad3bc996 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj index 01d5a2a793..c10d2365db 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj index eb1c8f4d05..0d0bd63338 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj index 96404bb7f4..d64b1663c6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj index 0adec638de..067ee9f002 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj index b21617fedb..c5d2f29513 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj index 3795d2c303..769e1a9367 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj index e1ecaa9789..04b041510d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj index 0e398f3615..8e7e4a5ba3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj index 126cbbc1cb..5d17cacb87 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj index 8175c645c4..ff730ee5af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj index 579fe7e3ad..d1e8f1f0bc 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj index 45451799d0..fa915a1286 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj index 48b4c6fb0a..31e270bbed 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj index 4826dd7011..45154fecc6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj index d34f5aa496..7425ada2af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj index d34f5aa496..7425ada2af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj index 4679f0124e..60996fd9d6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj index 4679f0124e..60996fd9d6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj index 3996745667..f362e9bc6f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj index b78dc2d2be..1c8b0916c5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj index 915245f0bb..517236d0a2 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj index 62903d1549..9f04fd85e5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj index d522f74bf0..5c1ba8c5ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj index 9ba42c7679..a636c1fe9b 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj index a8d16c6ecf..01a96094f7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj index 82b97f52e2..b24a4c0168 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj index 5579142d3e..a9b23c89f4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj index 51788b2b85..094f7a3976 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj index 96238a65ac..2799bcc4ad 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj index 5856e91d71..bc5ca26f99 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj index 29edcf15ac..0a61098b99 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj index 0e748d0d6b..7492550c63 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj index cf591a8193..506206f2a9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj index f0a21230a0..e1d8720690 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj index 99235b9315..844f3e9d88 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj index 2e49148f64..f682d1758a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj index 437adfcc59..51c896dc8f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj index 6c86b8a4a4..8c3a304887 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj index 437adfcc59..51c896dc8f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj index bd3b466088..889f6373c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj index eac66a3b6a..c95c275ae8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj index fecfed382f..953ed5bad6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj index 3978912188..ec82fd36be 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj index b6e3f2b338..7902bdb4b0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj index 5d2c0d093c..6fccb86f70 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj index cc609cee59..6ec55d59ba 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj index e08633d2db..16eb29e254 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj index 06a19b6c15..48690d9a8d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj index 6c86b8a4a4..8c3a304887 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj index 98d48c9cd4..f07235829c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj index 1c42fbd590..dbb960cf54 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj index eda47a3759..35740260d3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj index 63535bc80c..6d239a6374 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj index 23748f8b3a..31554ff8b0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj index ebe948c349..e8bff83fe9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj index df66738f11..4fe7d71661 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj index ad4da79073..026cfa3658 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj index ecb7039439..c555d777aa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj index e4ebbc4c37..cccb593395 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj index e1ea4b1029..a04eb3f455 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj index 4d223442fa..ce1beaa606 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj index 4f21655ac4..611642df56 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj index 7126d3f6e8..2f40446161 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj index e9aa22a6e0..e00f2f59ef 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj index 45451799d0..fa915a1286 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj index eb1c8f4d05..0d0bd63338 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj index 3996745667..f362e9bc6f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj index 0e748d0d6b..7492550c63 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj index b21617fedb..c5d2f29513 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj index b0cc03ec1d..095832a407 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj index 2bec1e677f..effa6e6200 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj index 14f48558d4..e8ab911503 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj index a8d16c6ecf..01a96094f7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj index eac66a3b6a..c95c275ae8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj index e9fdacfd3e..72383fd2ac 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj index 1d2a1e413c..8fd4c882a0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj index 19af782ccd..8fb834afa3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj index 93a56c68ec..a3ad3bc996 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj index e2ab63435d..e59b54ddde 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj index b21617fedb..c5d2f29513 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj index 498f5e32a4..a8e1814b97 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj index 2bdc745f22..d230189fa8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj index b21617fedb..c5d2f29513 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj index f173579dc6..57aa7067b1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj index 2bdc745f22..d230189fa8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj index f173579dc6..57aa7067b1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj index b0cc03ec1d..095832a407 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj index 77a429b82f..09fa9fae34 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj index 9ef170dd22..f04be7b8e7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj index 078916d213..cf5c8d6610 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj index b0cc03ec1d..095832a407 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj index 7e95e261eb..c57f18a9c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj index 4254a272b5..f8843a21d1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj index c666b0f047..67d3756fc9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj index aa0403141c..f4f651f3ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj index fde642f0a7..98851af8bd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj index 5e9e208b15..7362a8e401 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj index 77a429b82f..09fa9fae34 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj index 10804390f7..9cc09c6aaa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj index c57b97bb99..44d3eff404 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj index bcd8a4df25..c1fe9227ba 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj index fd92d1647a..efcdab064e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj index 1270a0e18d..778580e6f5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj index ab281ab229..ea2db4b5d4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj index 3d6d171560..0e9d792c4f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj index 76d1956c29..7dbe2327a2 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj index 5e9e208b15..7362a8e401 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj index 30a741b75d..9beab8b82e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj index 9ef170dd22..f04be7b8e7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj index 5153a29aca..adc336edd1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj index 6a06d0beb5..14b6724cc5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj index 97f9dc38a0..9cdd17fc3b 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj index d50b8025f9..bb341bbb77 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj index 6e05a54d0c..703871f4db 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj index 9da96902e5..c204dee412 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj index f6c2f5e216..862fde07ad 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj index 8eeffd8abe..a56584ad57 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj index d94739839f..95fa86f6dd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj index 8fa6279eb2..78a9cb9f2d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj index 078916d213..cf5c8d6610 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj index 9a36a53b6f..eb9930478f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj index 1df45e2444..3d23b7bba3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj index 2d2b80e7e9..1ad6e9c333 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj index b3fcd02423..4ab8a5c16a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj index aa43c3d031..1eaea60135 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj index 470555a678..a0d4479fa5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj index b1edfdf928..9081154cd0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj index d98b9844e7..5638a03ca7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj index 1b0d263ee0..5872437487 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj index 59fce50082..d0539dacdc 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj index 7e95e261eb..c57f18a9c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj index 8fa6279eb2..78a9cb9f2d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj index 65e8a588bc..b87addba2e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj index cdc7a3343b..011060b327 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj index 2ed2dbbd3f..f8a39eb69f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj index bf7e7d138b..a65f70770e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj index 8bbc66fcde..f8d7eb32ee 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj index 7410633259..cfe7ef7dfd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj index 5516cef395..8d37b2cd14 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj index beca26c9a0..fcd2162179 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj index 2dedafd1cd..ef92fb47c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj index 4254a272b5..f8843a21d1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj index 590bab3105..86efe43999 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj index baec950d67..bfcd0f46fa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj index c543222cea..9caec006eb 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj index a9e47c0f28..ba4150f785 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj index 5193883ac3..168604323a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj index 033f6ebbc1..ddd7aa6b08 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj index a5eaca649e..aaf833c06a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj index 1a315e08c2..2bfc4806ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj index 4237e7e86f..6ff594c657 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj index 3e02f3f0e0..171cef3bfb 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj index c666b0f047..67d3756fc9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj index 2df08d95d7..092501d7e6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj index 05fadd3f06..c706385522 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj index 060dee786f..6cb54a5381 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj index 35949d08dc..9b8e4990f6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj index dfd468154f..2662377b5a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj index edadb55d3f..2167a88631 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj index aa0403141c..f4f651f3ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj index b296ec4899..52970adcd6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj index fde642f0a7..98851af8bd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj index 93a56c68ec..a3ad3bc996 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj index 01d5a2a793..c10d2365db 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj index dfcb0491ca..02f5b6a6a4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj index eb1c8f4d05..0d0bd63338 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj index 96404bb7f4..d64b1663c6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj index 0adec638de..067ee9f002 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj index 3795d2c303..769e1a9367 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj index e1ecaa9789..04b041510d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj index 0e398f3615..8e7e4a5ba3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj index 126cbbc1cb..5d17cacb87 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj index 8175c645c4..ff730ee5af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj index 579fe7e3ad..d1e8f1f0bc 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj index 45451799d0..fa915a1286 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj index 48b4c6fb0a..31e270bbed 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj index 5e9e208b15..7362a8e401 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj index 4826dd7011..45154fecc6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj index d34f5aa496..7425ada2af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj index d34f5aa496..7425ada2af 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj index 4679f0124e..60996fd9d6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj index 4679f0124e..60996fd9d6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj index 3996745667..f362e9bc6f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj index b78dc2d2be..1c8b0916c5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj index 915245f0bb..517236d0a2 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj index 62903d1549..9f04fd85e5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj index d522f74bf0..5c1ba8c5ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj index 9ba42c7679..a636c1fe9b 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj index e311d0ac0d..6358df873c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj index a8d16c6ecf..01a96094f7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj index 82b97f52e2..b24a4c0168 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj index 5579142d3e..a9b23c89f4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj index 51788b2b85..094f7a3976 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj index b6f4f5ca5a..929a006091 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj index 96238a65ac..2799bcc4ad 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj index 5856e91d71..bc5ca26f99 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj index 29edcf15ac..0a61098b99 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj index 0e748d0d6b..7492550c63 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj index cf591a8193..506206f2a9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj index f0a21230a0..e1d8720690 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj index 99235b9315..844f3e9d88 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj index 2e49148f64..f682d1758a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj index 10804390f7..9cc09c6aaa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj index 437adfcc59..51c896dc8f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj index 6c86b8a4a4..8c3a304887 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj index 437adfcc59..51c896dc8f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj index bd3b466088..889f6373c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj index eac66a3b6a..c95c275ae8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj index fecfed382f..953ed5bad6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj index 3978912188..ec82fd36be 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj index b6e3f2b338..7902bdb4b0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj index 5d2c0d093c..6fccb86f70 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj index cc609cee59..6ec55d59ba 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj index c57b97bb99..44d3eff404 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj index e08633d2db..16eb29e254 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj index 06a19b6c15..48690d9a8d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj index 6c86b8a4a4..8c3a304887 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj index 98d48c9cd4..f07235829c 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj index 1c42fbd590..dbb960cf54 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj index eda47a3759..35740260d3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj index 63535bc80c..6d239a6374 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj index 23748f8b3a..31554ff8b0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj index ebe948c349..e8bff83fe9 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj index df66738f11..4fe7d71661 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj index bcd8a4df25..c1fe9227ba 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj index ad4da79073..026cfa3658 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj index ecb7039439..c555d777aa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj index e4ebbc4c37..cccb593395 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj index e1ea4b1029..a04eb3f455 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj index 4d223442fa..ce1beaa606 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj index 4f21655ac4..611642df56 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj index 7126d3f6e8..2f40446161 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj index e9aa22a6e0..e00f2f59ef 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj index 45451799d0..fa915a1286 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj index eb1c8f4d05..0d0bd63338 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj index fd92d1647a..efcdab064e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj index 3996745667..f362e9bc6f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj index 0e748d0d6b..7492550c63 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj index b0cc03ec1d..095832a407 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj index 2bec1e677f..effa6e6200 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj index 14f48558d4..e8ab911503 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj index a8d16c6ecf..01a96094f7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj index eac66a3b6a..c95c275ae8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj index e9fdacfd3e..72383fd2ac 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj index 1d2a1e413c..8fd4c882a0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj index 19af782ccd..8fb834afa3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj index 1270a0e18d..778580e6f5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj index 93a56c68ec..a3ad3bc996 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj index 083bc54ac1..7019cde16d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj index 4781ff34aa..e94370ee8b 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj index d5bf48dce7..a6c162fcf5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj index 83b59c2bb4..fce90ba644 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj index 8c7da92770..f6933d5f3f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj index ab281ab229..ea2db4b5d4 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj index 2dedafd1cd..ef92fb47c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj index dfe4e1eb1e..0b00ccf5d8 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj index d522f74bf0..5c1ba8c5ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj index 3d6d171560..0e9d792c4f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj index 76d1956c29..7dbe2327a2 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj index 5e9e208b15..7362a8e401 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj index 30a741b75d..9beab8b82e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj index 5153a29aca..adc336edd1 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj index 6a06d0beb5..14b6724cc5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj index 172e8c0025..8555f50918 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj index 97f9dc38a0..9cdd17fc3b 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj index d50b8025f9..bb341bbb77 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj index 6e05a54d0c..703871f4db 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj index 9da96902e5..c204dee412 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj index f6c2f5e216..862fde07ad 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj index 8eeffd8abe..a56584ad57 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj index d94739839f..95fa86f6dd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj index 8fa6279eb2..78a9cb9f2d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj index 9a36a53b6f..eb9930478f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj index 1df45e2444..3d23b7bba3 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj index e278c6e130..18bd79b457 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj index 2d2b80e7e9..1ad6e9c333 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj index b3fcd02423..4ab8a5c16a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj index aa43c3d031..1eaea60135 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj index 470555a678..a0d4479fa5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj index b1edfdf928..9081154cd0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj index d98b9844e7..5638a03ca7 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj index 1b0d263ee0..5872437487 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj index 59fce50082..d0539dacdc 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj index 8fa6279eb2..78a9cb9f2d 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj index 65e8a588bc..b87addba2e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj index 498f5e32a4..a8e1814b97 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj index cdc7a3343b..011060b327 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj index 2ed2dbbd3f..f8a39eb69f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj index bf7e7d138b..a65f70770e 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj index 8bbc66fcde..f8d7eb32ee 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj index 7410633259..cfe7ef7dfd 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj index 5516cef395..8d37b2cd14 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj index beca26c9a0..fcd2162179 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj index 2dedafd1cd..ef92fb47c0 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj index 590bab3105..86efe43999 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj index baec950d67..bfcd0f46fa 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj index c543222cea..9caec006eb 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj index 5193883ac3..168604323a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj index 033f6ebbc1..ddd7aa6b08 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj index a5eaca649e..aaf833c06a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj index 1a315e08c2..2bfc4806ce 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj index 4237e7e86f..6ff594c657 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj index 3e02f3f0e0..171cef3bfb 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj index 2df08d95d7..092501d7e6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj index 05fadd3f06..c706385522 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj index 060dee786f..6cb54a5381 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj index 35949d08dc..9b8e4990f6 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj index dfd468154f..2662377b5a 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj index edadb55d3f..2167a88631 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj index 5ac94bd53c..8bec5ac1ea 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj index 7484e8e4cd..9787e5def5 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj index 2f021daaa3..f33f285652 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj index 4340a0d7b0..c4ca184761 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj index 436d6bd5ff..a9aeb9a962 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj index d387a53373..eca729661f 100644 --- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj +++ b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/GCSimulator/app.config b/tests/src/GC/Scenarios/GCSimulator/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/GCSimulator/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/GCStress/app.config b/tests/src/GC/Scenarios/GCStress/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/GCStress/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/GCStress/gcstress.csproj b/tests/src/GC/Scenarios/GCStress/gcstress.csproj index 9a44d934ba..278586f0a3 100644 --- a/tests/src/GC/Scenarios/GCStress/gcstress.csproj +++ b/tests/src/GC/Scenarios/GCStress/gcstress.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/LeakGen/app.config b/tests/src/GC/Scenarios/LeakGen/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/LeakGen/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/LeakGen/leakgen.csproj b/tests/src/GC/Scenarios/LeakGen/leakgen.csproj index 8334c04bc6..2da3dfa199 100644 --- a/tests/src/GC/Scenarios/LeakGen/leakgen.csproj +++ b/tests/src/GC/Scenarios/LeakGen/leakgen.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj b/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj index 254f4c4979..8afa1e6e70 100644 --- a/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj +++ b/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/LeakWheel/app.config b/tests/src/GC/Scenarios/LeakWheel/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/LeakWheel/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj b/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj index bc91fd2106..8242df628e 100644 --- a/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj +++ b/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/MinLeakGen/app.config b/tests/src/GC/Scenarios/MinLeakGen/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/MinLeakGen/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj b/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj index 06014396d8..b2a8e3f112 100644 --- a/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj +++ b/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/NDPin/app.config b/tests/src/GC/Scenarios/NDPin/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/NDPin/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/NDPin/ndpin.csproj b/tests/src/GC/Scenarios/NDPin/ndpin.csproj index fe3cb84d65..e9b771634d 100644 --- a/tests/src/GC/Scenarios/NDPin/ndpin.csproj +++ b/tests/src/GC/Scenarios/NDPin/ndpin.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj b/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj index 76354834ae..0a7d465082 100644 --- a/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj +++ b/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/RanCollect/app.config b/tests/src/GC/Scenarios/RanCollect/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/RanCollect/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/RanCollect/rancollect.csproj b/tests/src/GC/Scenarios/RanCollect/rancollect.csproj index e783da1e84..4c17c9b26a 100644 --- a/tests/src/GC/Scenarios/RanCollect/rancollect.csproj +++ b/tests/src/GC/Scenarios/RanCollect/rancollect.csproj @@ -30,14 +30,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/ReflectObj/app.config b/tests/src/GC/Scenarios/ReflectObj/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/ReflectObj/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj b/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj index be02e47394..9890c835e7 100644 --- a/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj +++ b/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Resurrection/app.config b/tests/src/GC/Scenarios/Resurrection/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Resurrection/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Resurrection/continue.csproj b/tests/src/GC/Scenarios/Resurrection/continue.csproj index 95da2306f7..a292c8c7b4 100644 --- a/tests/src/GC/Scenarios/Resurrection/continue.csproj +++ b/tests/src/GC/Scenarios/Resurrection/continue.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Rootmem/app.config b/tests/src/GC/Scenarios/Rootmem/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Rootmem/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Rootmem/rootmem.csproj b/tests/src/GC/Scenarios/Rootmem/rootmem.csproj index 0a178886fa..e74a535334 100644 --- a/tests/src/GC/Scenarios/Rootmem/rootmem.csproj +++ b/tests/src/GC/Scenarios/Rootmem/rootmem.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/Samples/app.config b/tests/src/GC/Scenarios/Samples/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/Samples/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/Samples/gc.csproj b/tests/src/GC/Scenarios/Samples/gc.csproj index 5fb7758ed5..e5adb35525 100644 --- a/tests/src/GC/Scenarios/Samples/gc.csproj +++ b/tests/src/GC/Scenarios/Samples/gc.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/ServerModel/app.config b/tests/src/GC/Scenarios/ServerModel/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/ServerModel/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/ServerModel/servermodel.csproj b/tests/src/GC/Scenarios/ServerModel/servermodel.csproj index 4ce8984fa4..33fc4efbc8 100644 --- a/tests/src/GC/Scenarios/ServerModel/servermodel.csproj +++ b/tests/src/GC/Scenarios/ServerModel/servermodel.csproj @@ -35,14 +35,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/SingLinkList/app.config b/tests/src/GC/Scenarios/SingLinkList/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/SingLinkList/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj b/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj index 1430d87b51..9b18cd738f 100644 --- a/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj +++ b/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj b/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj index 2dcbe544b4..b91a0b3897 100644 --- a/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj +++ b/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/StringCreator/app.config b/tests/src/GC/Scenarios/StringCreator/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/StringCreator/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj index c679f97826..303eebfcbc 100644 --- a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj +++ b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/THDChaos/app.config b/tests/src/GC/Scenarios/THDChaos/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/THDChaos/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj b/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj index b6c9f1a51f..dce110ab59 100644 --- a/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj +++ b/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/THDList/app.config b/tests/src/GC/Scenarios/THDList/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/THDList/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/THDList/thdlist.csproj b/tests/src/GC/Scenarios/THDList/thdlist.csproj index fc1f47cbf4..3002bff0d7 100644 --- a/tests/src/GC/Scenarios/THDList/thdlist.csproj +++ b/tests/src/GC/Scenarios/THDList/thdlist.csproj @@ -31,14 +31,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/WeakReference/app.config b/tests/src/GC/Scenarios/WeakReference/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/WeakReference/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj b/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj index 3286e398b4..5556a902d5 100644 --- a/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj +++ b/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Scenarios/muldimjagary/app.config b/tests/src/GC/Scenarios/muldimjagary/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Scenarios/muldimjagary/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj b/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj index e1eca57dc2..de33fdf59f 100644 --- a/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj +++ b/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj @@ -29,14 +29,6 @@ - - - - - - $(GCPackagesConfigFileDirectory)extra\project.json - $(GCPackagesConfigFileDirectory)extra\project.lock.json - diff --git a/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj b/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj index 2ea46451a2..9288e52ffe 100644 --- a/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj +++ b/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj @@ -38,10 +38,6 @@ - - - - diff --git a/tests/src/GC/Stress/Framework/app.config b/tests/src/GC/Stress/Framework/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Stress/Framework/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Stress/Framework/project.json b/tests/src/GC/Stress/Framework/project.json deleted file mode 100644 index 3583af5cad..0000000000 --- a/tests/src/GC/Stress/Framework/project.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Debug": "4.0.12-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Text.Encoding.Extensions": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/GC/Stress/Tests/573277.csproj b/tests/src/GC/Stress/Tests/573277.csproj index a7c228fe7d..fcf1f10fc5 100644 --- a/tests/src/GC/Stress/Tests/573277.csproj +++ b/tests/src/GC/Stress/Tests/573277.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/DirectedGraph.csproj b/tests/src/GC/Stress/Tests/DirectedGraph.csproj index 8a51963813..4882eaede3 100644 --- a/tests/src/GC/Stress/Tests/DirectedGraph.csproj +++ b/tests/src/GC/Stress/Tests/DirectedGraph.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/ExpandHeap.csproj b/tests/src/GC/Stress/Tests/ExpandHeap.csproj index 0fc5861db4..a7ae5fd5e6 100644 --- a/tests/src/GC/Stress/Tests/ExpandHeap.csproj +++ b/tests/src/GC/Stress/Tests/ExpandHeap.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/GCQueue.csproj b/tests/src/GC/Stress/Tests/GCQueue.csproj index 5b30b07df1..26dd61aec3 100644 --- a/tests/src/GC/Stress/Tests/GCQueue.csproj +++ b/tests/src/GC/Stress/Tests/GCQueue.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/GCSimulator.csproj b/tests/src/GC/Stress/Tests/GCSimulator.csproj index a9ad3afe88..89d7d74911 100644 --- a/tests/src/GC/Stress/Tests/GCSimulator.csproj +++ b/tests/src/GC/Stress/Tests/GCSimulator.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/GCVariant.csproj b/tests/src/GC/Stress/Tests/GCVariant.csproj index fe92cb4182..603905c232 100644 --- a/tests/src/GC/Stress/Tests/GCVariant.csproj +++ b/tests/src/GC/Stress/Tests/GCVariant.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj b/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj index 2a36778ced..3590bfc809 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAlloc.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj b/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj index cfa5ecfd12..3b84583bb3 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAlloc1.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj b/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj index 49e8250990..52692e0abe 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAlloc2.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj b/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj index ea1049005f..585c77ae13 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAlloc3.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj b/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj index 336b076dfd..f158aeb395 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAlloc4.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj b/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj index fce1c35a1f..4bad17e778 100644 --- a/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj +++ b/tests/src/GC/Stress/Tests/LargeObjectAllocPinned.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/LeakGenThrd.csproj b/tests/src/GC/Stress/Tests/LeakGenThrd.csproj index ad10b63384..68566366ec 100644 --- a/tests/src/GC/Stress/Tests/LeakGenThrd.csproj +++ b/tests/src/GC/Stress/Tests/LeakGenThrd.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/MulDimJagAry.csproj b/tests/src/GC/Stress/Tests/MulDimJagAry.csproj index 7628b43a29..cda621bbae 100644 --- a/tests/src/GC/Stress/Tests/MulDimJagAry.csproj +++ b/tests/src/GC/Stress/Tests/MulDimJagAry.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/PlugGaps.csproj b/tests/src/GC/Stress/Tests/PlugGaps.csproj index 1515f9acf6..8af57a2480 100644 --- a/tests/src/GC/Stress/Tests/PlugGaps.csproj +++ b/tests/src/GC/Stress/Tests/PlugGaps.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/RedBlackTree.csproj b/tests/src/GC/Stress/Tests/RedBlackTree.csproj index e730afc3ab..d7a6046e6e 100644 --- a/tests/src/GC/Stress/Tests/RedBlackTree.csproj +++ b/tests/src/GC/Stress/Tests/RedBlackTree.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/SingLinkStay.csproj b/tests/src/GC/Stress/Tests/SingLinkStay.csproj index 6c6054034a..8087a47210 100644 --- a/tests/src/GC/Stress/Tests/SingLinkStay.csproj +++ b/tests/src/GC/Stress/Tests/SingLinkStay.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/StressAllocator.csproj b/tests/src/GC/Stress/Tests/StressAllocator.csproj index 888a83a43d..9d765f6f51 100644 --- a/tests/src/GC/Stress/Tests/StressAllocator.csproj +++ b/tests/src/GC/Stress/Tests/StressAllocator.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj b/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj index f1cc1dc3e1..c8afd33dc5 100644 --- a/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj +++ b/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/allocationwithpins.csproj b/tests/src/GC/Stress/Tests/allocationwithpins.csproj index bc39bbce1f..c925906690 100644 --- a/tests/src/GC/Stress/Tests/allocationwithpins.csproj +++ b/tests/src/GC/Stress/Tests/allocationwithpins.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/app.config b/tests/src/GC/Stress/Tests/app.config deleted file mode 100644 index c51f616257..0000000000 --- a/tests/src/GC/Stress/Tests/app.config +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/src/GC/Stress/Tests/b115557.csproj b/tests/src/GC/Stress/Tests/b115557.csproj index 7d6980e635..6e22059329 100644 --- a/tests/src/GC/Stress/Tests/b115557.csproj +++ b/tests/src/GC/Stress/Tests/b115557.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/bestfit-finalize.csproj b/tests/src/GC/Stress/Tests/bestfit-finalize.csproj index caca66c9d8..36aa9d5a7e 100644 --- a/tests/src/GC/Stress/Tests/bestfit-finalize.csproj +++ b/tests/src/GC/Stress/Tests/bestfit-finalize.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/concurrentspin2.csproj b/tests/src/GC/Stress/Tests/concurrentspin2.csproj index 157332a293..ec7fcb2b57 100644 --- a/tests/src/GC/Stress/Tests/concurrentspin2.csproj +++ b/tests/src/GC/Stress/Tests/concurrentspin2.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/doubLinkStay.csproj b/tests/src/GC/Stress/Tests/doubLinkStay.csproj index 1ba4b3f6f9..b9d5e26746 100644 --- a/tests/src/GC/Stress/Tests/doubLinkStay.csproj +++ b/tests/src/GC/Stress/Tests/doubLinkStay.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/pinstress.csproj b/tests/src/GC/Stress/Tests/pinstress.csproj index 7f4716ab2a..1ecaa4229a 100644 --- a/tests/src/GC/Stress/Tests/pinstress.csproj +++ b/tests/src/GC/Stress/Tests/pinstress.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/plug.csproj b/tests/src/GC/Stress/Tests/plug.csproj index 0c3c67d18a..3bcd73192f 100644 --- a/tests/src/GC/Stress/Tests/plug.csproj +++ b/tests/src/GC/Stress/Tests/plug.csproj @@ -30,10 +30,6 @@ - - - - diff --git a/tests/src/GC/Stress/Tests/project.json b/tests/src/GC/Stress/Tests/project.json deleted file mode 100644 index 1909796dc5..0000000000 --- a/tests/src/GC/Stress/Tests/project.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Debug": "4.0.12-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/GC/config/extra/project.json b/tests/src/GC/config/extra/project.json deleted file mode 100644 index 0f15c933be..0000000000 --- a/tests/src/GC/config/extra/project.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "Microsoft.Win32.Primitives": "4.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Debug": "4.0.12-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Extensions": "4.0.2-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", - "System.Text.RegularExpressions": "4.2.0-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Threading.ThreadPool": "4.0.11-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/GC/config/minimal/project.json b/tests/src/GC/config/minimal/project.json deleted file mode 100644 index 373424221c..0000000000 --- a/tests/src/GC/config/minimal/project.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05", - "System.Collections": "4.0.12-beta-24328-05", - "System.Collections.NonGeneric": "4.0.2-beta-24328-05", - "System.Collections.Specialized": "4.0.2-beta-24328-05", - "System.ComponentModel": "4.0.2-beta-24328-05", - "System.Console": "4.0.1-beta-24328-05", - "System.Diagnostics.Process": "4.1.1-beta-24328-05", - "System.Globalization": "4.0.12-beta-24328-05", - "System.Globalization.Calendars": "4.0.2-beta-24328-05", - "System.IO": "4.1.1-beta-24328-05", - "System.IO.FileSystem": "4.0.2-beta-24328-05", - "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", - "System.Linq": "4.1.1-beta-24328-05", - "System.Linq.Queryable": "4.0.2-beta-24328-05", - "System.Reflection": "4.1.1-beta-24328-05", - "System.Reflection.Primitives": "4.0.2-beta-24328-05", - "System.Runtime": "4.1.1-beta-24328-05", - "System.Runtime.Extensions": "4.1.1-beta-24328-05", - "System.Runtime.Handles": "4.0.2-beta-24328-05", - "System.Runtime.InteropServices": "4.2.0-beta-24328-05", - "System.Runtime.Loader": "4.0.1-beta-24328-05", - "System.Text.Encoding": "4.0.12-beta-24328-05", - "System.Threading": "4.0.12-beta-24328-05", - "System.Threading.Thread": "4.0.1-beta-24328-05", - "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", - "System.Xml.XDocument": "4.0.12-beta-24328-05", - "System.Xml.XmlDocument": "4.0.2-beta-24328-05", - "System.Xml.XmlSerializer": "4.0.12-beta-24328-05", - "test_runtime": { - "target": "project", - "exclude": "compile" - } - }, - "frameworks": { - "netcoreapp1.0": {} - }, - "runtimes": { - "win7-x86": {}, - "win7-x64": {}, - "ubuntu.14.04-x64": {}, - "osx.10.10-x64": {}, - "centos.7-x64": {}, - "rhel.7-x64": {}, - "debian.8-x64": {} - } -} diff --git a/tests/src/GC/dir.props b/tests/src/GC/dir.props deleted file mode 100644 index 4e8400f747..0000000000 --- a/tests/src/GC/dir.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - $(MSBuildThisFileDirectory)config\ - - \ No newline at end of file -- 2.34.1