Delete unnecessary defines from CoreCLR tests (#1922)
authorJan Kotas <jkotas@microsoft.com>
Sun, 19 Jan 2020 21:15:41 +0000 (13:15 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2020 21:15:41 +0000 (13:15 -0800)
- PROJECK, STATIC, CORECLR
- Delete NoLogo
- Delete duplicate Exceptions/Finalization/Finalizer test
- Delete workaround for LLILC JIT

1130 files changed:
src/coreclr/tests/src/Exceptions/Finalization/Finalizer.cs [deleted file]
src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj [deleted file]
src/coreclr/tests/src/Exceptions/ForeignThread/ForeignThreadExceptions.csproj
src/coreclr/tests/src/GC/API/GC/AddMemoryPressureTest.csproj
src/coreclr/tests/src/GC/API/GC/AddThresholdTest.csproj
src/coreclr/tests/src/GC/API/GC/AddUsageTest.csproj
src/coreclr/tests/src/GC/API/GC/AllocateUninitializedArray.csproj
src/coreclr/tests/src/GC/API/GC/Collect.csproj
src/coreclr/tests/src/GC/API/GC/Collect0.csproj
src/coreclr/tests/src/GC/API/GC/Collect1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Default_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Forced_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_1.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_2.csproj
src/coreclr/tests/src/GC/API/GC/Collect_Optimized_3.csproj
src/coreclr/tests/src/GC/API/GC/Collect_fail.csproj
src/coreclr/tests/src/GC/API/GC/Collect_neg.csproj
src/coreclr/tests/src/GC/API/GC/CollectionCountTest.csproj
src/coreclr/tests/src/GC/API/GC/Finalize.csproj
src/coreclr/tests/src/GC/API/GC/GetAllocatedBytesForCurrentThread.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration.csproj
src/coreclr/tests/src/GC/API/GC/GetGenerationWR.csproj
src/coreclr/tests/src/GC/API/GC/GetGenerationWR2.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration_box.csproj
src/coreclr/tests/src/GC/API/GC/GetGeneration_fail.csproj
src/coreclr/tests/src/GC/API/GC/GetTotalAllocatedBytes.csproj
src/coreclr/tests/src/GC/API/GC/GetTotalMemory.csproj
src/coreclr/tests/src/GC/API/GC/KeepAlive.csproj
src/coreclr/tests/src/GC/API/GC/KeepAliveNull.csproj
src/coreclr/tests/src/GC/API/GC/KeepAliveRecur.csproj
src/coreclr/tests/src/GC/API/GC/MaxGeneration.csproj
src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize.csproj
src/coreclr/tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj
src/coreclr/tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj
src/coreclr/tests/src/GC/API/GC/RemoveUsageTest.csproj
src/coreclr/tests/src/GC/API/GC/SuppressFinalize.csproj
src/coreclr/tests/src/GC/API/GC/SuppressFinalize_Null.csproj
src/coreclr/tests/src/GC/API/GC/TotalMemory.csproj
src/coreclr/tests/src/GC/API/GC/TotalMemory2.csproj
src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj
src/coreclr/tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Alloc_neg2.csproj
src/coreclr/tests/src/GC/API/GCHandle/Casting.csproj
src/coreclr/tests/src/GC/API/GCHandle/Equality.csproj
src/coreclr/tests/src/GC/API/GCHandle/Free.csproj
src/coreclr/tests/src/GC/API/GCHandle/Free_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/HandleCopy.csproj
src/coreclr/tests/src/GC/API/GCHandle/IsAllocated.csproj
src/coreclr/tests/src/GC/API/GCHandle/Normal.csproj
src/coreclr/tests/src/GC/API/GCHandle/PinObj_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/Pinned.csproj
src/coreclr/tests/src/GC/API/GCHandle/Target.csproj
src/coreclr/tests/src/GC/API/GCHandle/Target_neg.csproj
src/coreclr/tests/src/GC/API/GCHandle/ToFromIntPtr.csproj
src/coreclr/tests/src/GC/API/GCHandle/Weak.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/Count.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/NegTests.csproj
src/coreclr/tests/src/GC/API/GCHandleCollector/Usage.csproj
src/coreclr/tests/src/GC/API/GCSettings/InputValidation.csproj
src/coreclr/tests/src/GC/API/NoGCRegion/NoGC.csproj
src/coreclr/tests/src/GC/API/WeakReference/Finalize.csproj
src/coreclr/tests/src/GC/API/WeakReference/Finalize2.csproj
src/coreclr/tests/src/GC/API/WeakReference/IsAlive.csproj
src/coreclr/tests/src/GC/API/WeakReference/IsAlive_neg.csproj
src/coreclr/tests/src/GC/API/WeakReference/NullHandle.csproj
src/coreclr/tests/src/GC/API/WeakReference/Target.csproj
src/coreclr/tests/src/GC/API/WeakReference/TrackResurrection.csproj
src/coreclr/tests/src/GC/API/WeakReference/multipleWRs.csproj
src/coreclr/tests/src/GC/API/WeakReference/multipleWRs_1.csproj
src/coreclr/tests/src/GC/Features/HeapExpansion/bestfit_1.csproj
src/coreclr/tests/src/GC/Performance/Tests/Allocation.csproj
src/coreclr/tests/src/GC/Performance/Tests/ConcurrentSpin.csproj
src/coreclr/tests/src/GC/Performance/Tests/EEGC.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCHandle.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCLarge.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCPerf.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCSimulator.csproj
src/coreclr/tests/src/GC/Performance/Tests/GCSmall.csproj
src/coreclr/tests/src/GC/Performance/Tests/LOHSmooth.csproj
src/coreclr/tests/src/GC/Performance/Tests/LargeStrings.csproj
src/coreclr/tests/src/GC/Performance/Tests/LowLatency.csproj
src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfLargeArray.csproj
src/coreclr/tests/src/GC/Performance/Tests/MarkingCardOfList.csproj
src/coreclr/tests/src/GC/Performance/Tests/MemoryPressure.csproj
src/coreclr/tests/src/GC/Performance/Tests/MicroBench.csproj
src/coreclr/tests/src/GC/Performance/Tests/MidLife.csproj
src/coreclr/tests/src/GC/Performance/Tests/ServerSpin.csproj
src/coreclr/tests/src/GC/Performance/Tests/ToBoxOrNot.csproj
src/coreclr/tests/src/GC/Performance/Tests/WeakReference.csproj
src/coreclr/tests/src/GC/Performance/Tests/XMLReader.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_10.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_100.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_101.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_102.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_103.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_104.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_105.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_106.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_107.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_108.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_109.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_11.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_110.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_111.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_112.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_113.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_114.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_115.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_116.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_117.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_118.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_119.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_12.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_120.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_121.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_122.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_123.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_124.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_125.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_126.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_127.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_128.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_129.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_13.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_130.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_131.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_132.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_133.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_134.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_135.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_136.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_137.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_138.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_139.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_14.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_140.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_141.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_142.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_143.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_144.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_145.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_146.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_147.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_148.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_149.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_15.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_150.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_151.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_152.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_153.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_154.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_155.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_156.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_157.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_158.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_159.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_16.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_160.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_161.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_162.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_163.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_164.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_165.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_166.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_167.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_168.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_169.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_17.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_170.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_171.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_172.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_173.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_174.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_175.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_176.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_177.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_178.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_179.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_18.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_180.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_181.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_182.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_183.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_184.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_185.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_186.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_187.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_188.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_189.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_19.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_190.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_191.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_192.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_193.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_194.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_195.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_196.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_197.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_198.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_199.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_2.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_20.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_200.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_201.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_202.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_203.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_204.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_205.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_206.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_207.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_208.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_209.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_21.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_210.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_211.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_212.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_213.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_214.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_215.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_216.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_217.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_218.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_219.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_22.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_220.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_221.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_222.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_223.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_224.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_225.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_226.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_227.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_228.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_229.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_23.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_230.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_231.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_232.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_233.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_234.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_235.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_236.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_237.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_238.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_239.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_24.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_240.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_241.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_242.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_243.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_244.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_245.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_246.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_247.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_248.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_249.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_25.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_250.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_251.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_252.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_253.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_254.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_255.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_256.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_257.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_258.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_259.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_26.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_260.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_261.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_262.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_263.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_264.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_265.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_266.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_267.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_268.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_269.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_27.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_270.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_271.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_272.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_273.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_274.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_275.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_276.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_277.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_278.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_279.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_28.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_280.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_282.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_283.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_284.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_285.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_286.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_287.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_288.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_289.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_29.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_290.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_291.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_292.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_293.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_294.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_295.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_296.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_297.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_298.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_299.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_3.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_30.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_300.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_301.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_302.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_303.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_304.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_306.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_307.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_308.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_309.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_31.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_310.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_311.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_312.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_313.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_314.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_315.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_316.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_317.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_318.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_319.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_32.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_320.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_321.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_322.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_323.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_324.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_325.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_326.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_327.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_328.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_329.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_33.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_330.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_331.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_332.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_333.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_334.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_335.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_336.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_337.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_338.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_339.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_34.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_340.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_341.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_342.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_343.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_344.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_345.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_346.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_347.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_348.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_349.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_35.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_351.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_352.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_353.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_354.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_355.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_356.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_357.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_358.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_359.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_36.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_360.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_361.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_362.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_363.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_364.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_365.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_366.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_367.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_368.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_369.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_37.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_370.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_371.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_372.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_373.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_374.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_375.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_376.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_377.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_378.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_379.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_38.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_380.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_381.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_382.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_383.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_384.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_385.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_386.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_387.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_388.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_389.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_39.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_390.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_391.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_392.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_393.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_394.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_395.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_396.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_397.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_398.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_399.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_4.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_40.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_400.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_401.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_402.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_403.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_404.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_405.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_406.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_407.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_408.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_409.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_41.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_410.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_411.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_412.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_413.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_414.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_415.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_416.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_417.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_418.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_419.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_42.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_420.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_421.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_422.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_423.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_424.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_425.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_426.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_427.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_428.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_429.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_43.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_430.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_431.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_432.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_44.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_45.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_46.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_47.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_48.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_49.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_5.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_50.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_51.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_52.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_53.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_54.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_55.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_56.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_57.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_58.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_59.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_6.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_60.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_61.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_62.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_63.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_64.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_65.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_66.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_67.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_68.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_69.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_7.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_70.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_71.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_72.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_73.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_74.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_75.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_76.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_77.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_78.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_79.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_8.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_80.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_82.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_83.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_84.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_85.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_86.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_87.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_88.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_89.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_9.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_90.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_91.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_92.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_93.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_94.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_95.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_96.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_97.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_98.csproj
src/coreclr/tests/src/GC/Scenarios/GCSimulator/GCSimulator_99.csproj
src/coreclr/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj
src/coreclr/tests/src/GC/Stress/Tests/573277.csproj
src/coreclr/tests/src/GC/Stress/Tests/ExpandHeap.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCQueue.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCSimulator.csproj
src/coreclr/tests/src/GC/Stress/Tests/GCVariant.csproj
src/coreclr/tests/src/GC/Stress/Tests/LeakGenThrd.csproj
src/coreclr/tests/src/GC/Stress/Tests/MulDimJagAry.csproj
src/coreclr/tests/src/GC/Stress/Tests/PlugGaps.csproj
src/coreclr/tests/src/GC/Stress/Tests/SingLinkStay.csproj
src/coreclr/tests/src/GC/Stress/Tests/StressAllocator.csproj
src/coreclr/tests/src/GC/Stress/Tests/ThdTreeGrowingObj.csproj
src/coreclr/tests/src/GC/Stress/Tests/allocationwithpins.csproj
src/coreclr/tests/src/GC/Stress/Tests/b115557.csproj
src/coreclr/tests/src/GC/Stress/Tests/bestfit-finalize.csproj
src/coreclr/tests/src/GC/Stress/Tests/concurrentspin2.csproj
src/coreclr/tests/src/GC/Stress/Tests/doubLinkStay.csproj
src/coreclr/tests/src/GC/Stress/Tests/pinstress.csproj
src/coreclr/tests/src/GC/Stress/Tests/plug.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/BoolArray/MarshalBoolArrayTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/ByValArray/MarshalArrayByValTest.csproj
src/coreclr/tests/src/Interop/ArrayMarshalling/SafeArray/SafeArrayTest.csproj
src/coreclr/tests/src/Interop/BestFitMapping/BestFitMapping.csproj
src/coreclr/tests/src/Interop/COM/Reflection/Reflection.csproj
src/coreclr/tests/src/Interop/DllImportAttribute/DllImportPath/DllImportPathTest.csproj
src/coreclr/tests/src/Interop/ExecInDefAppDom/ExecInDefAppDom.csproj
src/coreclr/tests/src/Interop/FuncPtrAsDelegateParam/FuncPtrAsDelegateParam.csproj
src/coreclr/tests/src/Interop/ICastable/Castable.csproj
src/coreclr/tests/src/Interop/LayoutClass/LayoutClassTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
src/coreclr/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTestInALC.csproj
src/coreclr/tests/src/Interop/NativeCallable/NativeCallableTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsByValArray/AsByValArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsField/AsLPArray/AsLPArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsDefault/AsDefaultTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Array/MarshalArrayAsParam/AsLPArray/AsLPArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/ArrayWithOffset/ArrayWithOffsetTest.csproj
src/coreclr/tests/src/Interop/PInvoke/AsAny/AsAnyTest.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFF/AFF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PFT/AFF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTF/AFF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFF_PTT/AFF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFF/AFT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PFT/AFT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTF/AFT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/AFT_PTT/AFT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFF/ATF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PFT/ATF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTF/ATF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATF_PTT/ATF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFF/ATT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PFT/ATT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTF/ATT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/ATT_PTT/ATT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_False/Assembly_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_False_True/Assembly_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_False/Assembly_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Assembly_True_True/Assembly_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_False/Pinvoke_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_False_True/Pinvoke_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_False/Pinvoke_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/Char/Pinvoke_True_True/Pinvoke_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFF/AFF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PFT/AFF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTF/AFF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFF_PTT/AFF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFF/AFT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PFT/AFT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTF/AFT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/AFT_PTT/AFT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFF/ATF_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PFT/ATF_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTF/ATF_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATF_PTT/ATF_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFF/ATT_PFF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PFT/ATT_PFT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTF/ATT_PTF.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/ATT_PTT/ATT_PTT.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_False/Assembly_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_False_True/Assembly_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_False/Assembly_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Assembly_True_True/Assembly_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_False/Pinvoke_False_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_False_True/Pinvoke_False_True.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_False/Pinvoke_True_False.csproj
src/coreclr/tests/src/Interop/PInvoke/BestFitMapping/LPStr/Pinvoke_True_True/Pinvoke_True_True.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ArrayTest/ArrayTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/ReverseTest/ReverseTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/StructTest/StructTest.csproj
src/coreclr/tests/src/Interop/PInvoke/CriticalHandles/Test/Test.csproj
src/coreclr/tests/src/Interop/PInvoke/CustomMarshalers/CustomMarshalersTest.csproj
src/coreclr/tests/src/Interop/PInvoke/DateTime/DateTimeTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Decimal/DecimalTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Delegate/DelegateTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsTest.csproj
src/coreclr/tests/src/Interop/PInvoke/IEnumerator/IEnumeratorTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/HandleRef/HandleRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/MAWSPITest.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll1/ManagedDll1.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/MultipleAssembliesWithSamePInvoke/ManagedDll2/ManagedDll2.csproj
src/coreclr/tests/src/Interop/PInvoke/Miscellaneous/ThisCall/ThisCallTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyTrue/AssemblyTrueTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/AssemblyWithoutComVisible/AssemblyWithoutComVisibleTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTest.csproj
src/coreclr/tests/src/Interop/PInvoke/NativeCallManagedComVisible/Default/DefaultTestInALC.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/Int/PInvokeIntTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/Pointer/PInvokePointerTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Primitives/RuntimeHandles/RuntimeHandlesTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SafeHandles/SafeHandleTests.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/Invalid/InvalidParamIndex.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByOut/PassingByOutTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/PInvoke/PassingByRef/PassingByRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByOut/PassingByOutTest.csproj
src/coreclr/tests/src/Interop/PInvoke/SizeParamIndex/ReversePInvoke/PassingByRef/PassingByRefTest.csproj
src/coreclr/tests/src/Interop/PInvoke/Varargs/VarargsTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/Bool/BoolTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/EnumTest.csproj
src/coreclr/tests/src/Interop/PrimitiveMarshalling/UIntPtr/PInvokeUIntPtrTest.csproj
src/coreclr/tests/src/Interop/RefCharArray/RefCharArrayTest.csproj
src/coreclr/tests/src/Interop/RefInt/RefIntTest.csproj
src/coreclr/tests/src/Interop/SimpleStruct/SimpleStruct.csproj
src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/AnsiBSTR/AnsiBStrTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/BSTR/BSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPSTR/LPSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/LPTSTR/LPTSTRTest.csproj
src/coreclr/tests/src/Interop/StringMarshalling/UTF8/UTF8Test.csproj
src/coreclr/tests/src/Interop/StringMarshalling/VBByRefStr/VBByRefStrTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutExp.csproj
src/coreclr/tests/src/Interop/StructMarshalling/PInvoke/MarshalStructAsLayoutSeq.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/DelegatePInvoke/DelegatePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalExpStruct/ReversePInvokeManaged/ReversePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/DelegatePInvoke/DelegatePInvokeTest.csproj
src/coreclr/tests/src/Interop/StructMarshalling/ReversePInvoke/MarshalSeqStruct/ReversePInvoke/ReversePInvokeTest.csproj
src/coreclr/tests/src/JIT/Directed/Misc/Concat/ConcatTest.csproj
src/coreclr/tests/src/JIT/Directed/Misc/gettype/gettypetypeofmatrix.csproj
src/coreclr/tests/src/JIT/Directed/TypedReference/TypedReference.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/NoMetaData.csproj
src/coreclr/tests/src/JIT/Directed/forceinlining/Recursion.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/constructor_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hashcode_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/hasvalue_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/invocation_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/tostring_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/unboxnullable_ro.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_d.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_do.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_r.csproj
src/coreclr/tests/src/JIT/Directed/nullabletypes/value_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/commutativecse/ccse_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed1_cs_ro.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_d.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_do.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_r.csproj
src/coreclr/tests/src/JIT/Directed/perffix/primitivevt/mixed2_cs_ro.csproj
src/coreclr/tests/src/JIT/Generics/Fields/getclassfrommethodparam.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_dbginstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_odbginstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_orelinstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/callconv/_relinstance_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_dbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_odbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_orelsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relfibo_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/functional/_relsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_dbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_odbgsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_orelsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/_relsin_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/morph/sin3double.ilproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_dbgtry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_odbgtry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_oreltry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/seh/_reltry_cs.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_dbgsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_odbgsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_orelsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/Boxing/xlang/_relsin_cs_il.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/NaN/intrinsic_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/acceptance/Boxing/boxing001.ilproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/assemname_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads1_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/threads2_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_d.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_do.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_r.csproj
src/coreclr/tests/src/JIT/Methodical/eh/deadcode/loopstrswitchgoto_ro.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_d.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_do.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_r.csproj
src/coreclr/tests/src/JIT/Methodical/eh/interactions/strswitchfinal_ro.csproj
src/coreclr/tests/src/JIT/Methodical/flowgraph/dev10_bug679008/EHCopyProp.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-01_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/3w1d-02_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-01_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-02_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-03_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-04_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_d.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_do.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_r.csproj
src/coreclr/tests/src/JIT/Methodical/fp/exgen/5w1d-06_cs_ro.csproj
src/coreclr/tests/src/JIT/Methodical/jitinterface/bug603649.csproj
src/coreclr/tests/src/JIT/Methodical/localloc/call/call01_small.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_Simpleb207621.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest1-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest2-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/stringintern/_XAssemblytest4-xassem.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_dbgsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_relsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_dbgsizeof64.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof32.csproj
src/coreclr/tests/src/JIT/Methodical/xxobj/sizeof/_speed_relsizeof64.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/V1-M09.5-PDC/b14426/b14426.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-EJIT/v1-m10/b02353/b02353.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b12053/b12053.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14066/b14066.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14077/b14077.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b16345/b16345.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b29456/b29456.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b31150/b31150.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13621/b13621.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b13944/b13944.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14228/b14228.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14323/b14323.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14475/b14475.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b14779/b14779.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b15307/b15307.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M09/b16102/b16102.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b04914/b04914.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b07483/b07483.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b08172/b08172.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b09246/b09246.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b41990/b41990.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b43313/Desktop/b43313.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b11553/b11553.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/b51875.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b53547/b53547.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b55197/Desktop/b55197.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b56772/b56772.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b60600/b60600.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b64579/b64579.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71005/b71005.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b71093/b71093.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72164/b72164.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72422/b72422.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72687/b72687.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72932/b72932.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b72986/b72986.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76267/b76267.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76511/b76511.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b76717/b76717.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b78694/b78694.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b79642/b79642.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b80764/b80764.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b81618/b81618.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b82048/b82048.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b83702/b83702.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b113239/b113239.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b87285/b87285.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b89797/b89797.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b92714/b92714.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99222/b99222.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1-M13-RTM/b99235/b99235.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140902/b140902.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b103058/b103058.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-Beta1/b210352/csharptester.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b02762/b02762.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M01/b16570/b16570.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b00719/b00719.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V1.2-M02/b31398/b31398.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444a.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b399444/b399444b.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b449827/b449827.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-RTM/b491215/b491215.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b393481/b393481.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/dev10/b402701/b402701.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b188478/b188478.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b19679/b19679.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/DDB/b202743/b202743.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.1/b569942/b569942.csproj
src/coreclr/tests/src/JIT/Regression/CLR-x86-JIT/v2.2/ddb/ddb188478/DDB188478.csproj
src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_132534/CSharpPart.csproj
src/coreclr/tests/src/JIT/Regression/Dev11/External/dev11_145295/CSharpPart.csproj
src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b108129/b108129.csproj
src/coreclr/tests/src/JIT/Regression/VS-ia64-JIT/V1.2-M02/b15539/b15539.csproj
src/coreclr/tests/src/JIT/Regression/clr-x64-JIT/v2.1/b601838/b601838.csproj
src/coreclr/tests/src/JIT/jit64/ebvts/cs/generics/generics/repro52.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_r.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj
src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_r.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh01_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh02_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/eh/eh05_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/ehverify/eh09_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind01_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind02_small.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_dynamic.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_large.csproj
src/coreclr/tests/src/JIT/jit64/localloc/unwind/unwind03_small.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_d.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_do.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_r.csproj
src/coreclr/tests/src/JIT/jit64/opt/cprop/cprop001_ro.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_add.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_and.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_div.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mod.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_mul.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_or.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_shr.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_sub.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/VolatileTest_op_xor.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/arrayexpr2_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/mixedexpr1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/simpleexpr4_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExpr1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_d_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_loop_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_r_try.csproj
src/coreclr/tests/src/JIT/jit64/opt/cse/staticFieldExprUnchecked1_ro_loop.csproj
src/coreclr/tests/src/JIT/jit64/opt/rngchk/ArrayWithThread_o.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opadd.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opmul.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/560402/opsub.csproj
src/coreclr/tests/src/JIT/jit64/regress/vsw/568666/test.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow01_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow02_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow03_sub.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_add.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_div.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_mul.csproj
src/coreclr/tests/src/JIT/jit64/rtchecks/overflow/overflow04_sub.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/ArrBoundUnsigned.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/ConstantProp.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/CopyProp.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion1.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion2.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion3.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion4.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion5.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion6.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/NullCheckAssertion7.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/TypeOfAssertion.csproj
src/coreclr/tests/src/JIT/opt/AssertionPropagation/regression/dev10/bug573840/bug573840.csproj
src/coreclr/tests/src/JIT/opt/Devirtualization/GitHub_9945_2.ilproj
src/coreclr/tests/src/JIT/opt/Devirtualization/override.ilproj
src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallCandidates.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/FastTailCallInlining.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/GitHubIssue12479.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/StackFixup.csproj
src/coreclr/tests/src/JIT/opt/FastTailCall/StructPassingSimple.csproj
src/coreclr/tests/src/JIT/opt/Inline/regression/bug595776/bug595776.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ArrayOfStructs.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/DelegInstanceFtn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/DelegStaticFtn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/GenericStructs.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/InlineThrow.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_DelegateStruct.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_GenericMethods.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Many.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_MultipleReturn.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NewObj.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_NormalizeStack.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Recursion.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_RecursiveMethod21.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_STARG.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_SideAffects.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_Vars.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/Inline_handler.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/LotsOfInlines.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ReturnStruct_Method.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/StructAsParam_Method.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/StructInClass.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/UnsafeBlockCopy.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args1.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args2.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/args3.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/array.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/debug.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/deepcall.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/ifelse.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/indexer.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceCall.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/interfaceproperty.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/mathfunc.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/mthdimpl.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/property.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/size.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/struct_opcodes.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/throwtest.csproj
src/coreclr/tests/src/JIT/opt/Inline/tests/trycatch.csproj
src/coreclr/tests/src/JIT/opt/Tailcall/TailcallVerifyWithPrefix.ilproj
src/coreclr/tests/src/JIT/opt/perf/doublealign/Arrays.csproj
src/coreclr/tests/src/JIT/opt/perf/doublealign/Locals.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/bigvtbl/bigvtbl_cs_ro.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/hashcode/ctest1_cs_ro.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_d.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_do.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_r.csproj
src/coreclr/tests/src/JIT/opt/virtualstubdispatch/mixed/mixed_cs_ro.csproj
src/coreclr/tests/src/Loader/regressions/polyrec/Polyrec.csproj
src/coreclr/tests/src/Regressions/assemblyref/assem.csproj
src/coreclr/tests/src/Regressions/assemblyref/test.csproj
src/coreclr/tests/src/Regressions/expl_double/expl_double.csproj
src/coreclr/tests/src/baseservices/exceptions/WindowsEventLog/WindowsEventLog.csproj
src/coreclr/tests/src/baseservices/finalization/Finalizer.csproj
src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj [deleted file]
src/coreclr/tests/src/baseservices/finalization/finalizer.cs
src/coreclr/tests/src/baseservices/threading/coverage/OSThreadId/osthreadid.csproj
src/coreclr/tests/src/managed/Compilation/Compilation.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/GcInfoTransitions.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/GenericFunctions.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/HelloWorld.csproj
src/coreclr/tests/src/readytorun/r2rdump/files/MultipleRuntimeFunctions.csproj
src/coreclr/tests/src/readytorun/tests/fileversionpreservation/fileversionpreservation.csproj
src/coreclr/tests/src/readytorun/tests/genericsload/callgenericctor.csproj
src/coreclr/tests/src/readytorun/tests/genericsload/usegenericfield.csproj
src/coreclr/tests/src/readytorun/tests/main.cs
src/coreclr/tests/src/readytorun/tests/mainv1.csproj
src/coreclr/tests/src/readytorun/tests/mainv2.csproj
src/coreclr/tests/src/readytorun/tests/testv1/test.csproj
src/coreclr/tests/src/readytorun/tests/testv2/test.csproj
src/coreclr/tests/src/readytorun/tests/versionbubbles/helper.csproj
src/coreclr/tests/src/readytorun/tests/versionbubbles/versionbubbles.csproj
src/coreclr/tests/src/tracing/common/common.csproj
src/coreclr/tests/src/tracing/eventactivityidcontrol/eventactivityidcontrol.csproj
src/coreclr/tests/src/tracing/eventcounter/eventcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/incrementingeventcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/incrementingpollingcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/pollingcounter.csproj
src/coreclr/tests/src/tracing/eventcounter/regression-25709.csproj
src/coreclr/tests/src/tracing/eventlistener/eventlistener.csproj
src/coreclr/tests/src/tracing/eventpipe/buffersize/buffersize.csproj
src/coreclr/tests/src/tracing/eventpipe/common/common.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/ExceptionThrown_V1.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCEvents.csproj
src/coreclr/tests/src/tracing/eventpipe/eventsvalidation/GCFinalizers.csproj
src/coreclr/tests/src/tracing/eventpipe/providervalidation/providervalidation.csproj
src/coreclr/tests/src/tracing/eventpipe/rundownvalidation/rundownvalidation.csproj
src/coreclr/tests/src/tracing/eventsource/eventpipeandetw/eventpipeandetw.csproj
src/coreclr/tests/src/tracing/eventsource/eventsourcetrace/eventsourcetrace.csproj
src/coreclr/tests/src/tracing/regress/GitHub_22247/GitHub_22247.csproj
src/coreclr/tests/src/tracing/runtimeeventsource/runtimeeventsource.csproj
src/coreclr/tests/src/tracing/tracecontrol/tracecontrol.csproj
src/coreclr/tests/src/tracing/tracevalidation/inducedgc/inducedgc.csproj
src/coreclr/tests/src/tracing/tracevalidation/jittingstarted/JittingStarted.csproj
src/coreclr/tests/src/tracing/tracevalidation/rundown/rundown.csproj
src/coreclr/tests/src/tracing/tracevalidation/tracelogging/tracelogging.csproj

diff --git a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.cs b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.cs
deleted file mode 100644 (file)
index f9a42d4..0000000
+++ /dev/null
@@ -1,193 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/*
-public interface IFinalize
-{
-    ~IFinalize();
-}
-
-public class Finalize : IFinalize
-{
-    ~Finalize(){ Console.WriteLine("IFinalize");}
-}
-*/
-//Test cases:
-//  Finalizers can not have a protection level (i.e Public, Protected, internal, protected internal, private)
-//  Types in namespace can only be public or internal
-// Negative:
-//  Must do checks with reflection as types are scanned at assembly load time resulting in AssemblyLoad failures
-//  Public class with finalizer
-//  internal class with finalizer
-//  Class with finalizer in Abstract base classes
-//  Wrapper classes with child classes with finalizers
-//      protected, protected internal, private
-// Positive:
-//  Platform types with finalizers
-//  Non platform type that derives from abstract platform with finalizer
-// Variations:
-//  Reflection load
-//  Startup class
-//  Attributes?
-
-public class Finalizer
-{
-    public Finalizer() { }
-    ~Finalizer() { Console.WriteLine("In Finalizer"); }
-}
-
-public class FinalizerWrapperProtected
-{
-    public FinalizerWrapperProtected()
-    {
-        FinalizerProtected fp = new FinalizerProtected();
-    }
-
-    protected class FinalizerProtected
-    {
-        public FinalizerProtected() { }
-        ~FinalizerProtected() { Console.WriteLine("In FinalizerProtected"); }
-    }
-}
-
-internal class FinalizerInternal
-{
-    public FinalizerInternal() { }
-    ~FinalizerInternal() { Console.WriteLine("In FinalizerInternal"); }
-}
-
-public class FinalizerWrapperProtectedInternal
-{
-    public FinalizerWrapperProtectedInternal()
-    {
-        FinalizerProtectedInternal fp = new FinalizerProtectedInternal();
-    }
-
-    protected internal class FinalizerProtectedInternal
-    {
-        public FinalizerProtectedInternal() { }
-        ~FinalizerProtectedInternal() { Console.WriteLine("In FinalizerProtectedInternal"); }
-    }
-}
-public class FinalizerWrapperPrivate
-{
-    public FinalizerWrapperPrivate()
-    {
-        FinalizerPrivate fp = new FinalizerPrivate();
-    }
-    private class FinalizerPrivate
-    {
-        public FinalizerPrivate() { }
-        ~FinalizerPrivate() { Console.WriteLine("In FinalizerProtectedInternal"); }
-    }
-}
-
-public abstract class FinalizerBase
-{
-    public FinalizerBase() { }
-    ~FinalizerBase() { Console.WriteLine("In FinalizerBase"); }
-}
-
-public class FinalizerAbstract : FinalizerBase
-{
-    public FinalizerAbstract() { }
-}
-
-public class FinalizerGeneric<T>
-{
-    public FinalizerGeneric(){}
-    ~FinalizerGeneric(){}
-}
-
-public class FinalizerWrapperGeneric
-{
-    public FinalizerWrapperGeneric()
-    {
-        FinalizerPrivate<int> fp = new FinalizerPrivate<int>();
-    }
-
-    private class FinalizerPrivate<T>
-    {
-        public FinalizerPrivate() { }
-        ~FinalizerPrivate() { }
-    }
-}
-
-public class Gen<T>
-{
-    public Gen() { }
-}
-
-#if STATIC
-public class Test
-{
-    public static int Main()
-    {
-        return (new Test()).RunTest();
-    }
-
-    private int RunTest()
-    {
-        try
-        {
-            RunFinalizer();
-            RunFinalizerWrapperProtected();
-            RunFinalizerInternal();
-            RunFinalizerWrapperProtectedInternal();
-            RunFinalizerWrapperPrivate();
-            RunFinalizerAbstract();
-            RunFinalizerGeneric();
-            RunFinalizerWrapperGeneric();
-            RunGeneric();
-
-        }
-        catch (Exception e)
-        {
-            Console.WriteLine("ERROR - Caught unexpected exception");
-            Console.WriteLine(e);
-            return 1;
-        }
-        Console.WriteLine("Test PASSED");
-        return 100;
-    }
-
-    private void RunFinalizer()
-    {
-        Finalizer f = new Finalizer();
-    }
-    private void RunFinalizerWrapperProtected()
-    {
-        FinalizerWrapperProtected f = new FinalizerWrapperProtected();
-    }
-    private void RunFinalizerInternal()
-    {
-        FinalizerInternal f = new FinalizerInternal();
-    }
-    private void RunFinalizerWrapperProtectedInternal()
-    {
-        FinalizerWrapperProtectedInternal f = new FinalizerWrapperProtectedInternal();
-    }
-    private void RunFinalizerWrapperPrivate()
-    {
-        FinalizerWrapperPrivate f = new FinalizerWrapperPrivate();
-    }
-    private void RunFinalizerAbstract()
-    {
-        FinalizerAbstract f = new FinalizerAbstract();
-    }
-    private void RunFinalizerGeneric()
-    {
-        FinalizerGeneric<int> f = new FinalizerGeneric<int>();
-    }
-    private void RunFinalizerWrapperGeneric()
-    {
-        FinalizerWrapperGeneric f = new FinalizerWrapperGeneric();
-    }
-    private void RunGeneric()
-    {
-        Gen<Finalizer> gen = new Gen<Finalizer>();        
-    }
-}
-#endif
diff --git a/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj b/src/coreclr/tests/src/Exceptions/Finalization/Finalizer.csproj
deleted file mode 100644 (file)
index 84ac76e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-  <PropertyGroup>
-    <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="Finalizer.cs" />
-  </ItemGroup>
-</Project>
index 4bcddcd..96b1a50 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ForeignThreadExceptions.cs" />
index aa559af..108d330 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index f25fd73..b28f179 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 4f1457d..61edd39 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 127334c..41499bc 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AllocateUninitializedArray.cs" />
index 83c8a31..f63c834 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect.cs" />
index ae87366..b9852e6 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index f1ab62e..5614f84 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index e7fab91..8f57c4f 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Default.cs" />
index 51fd0e7..3d54080 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Default.cs" />
index c48d64e..f7c6346 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Default.cs" />
index 4ed4c46..af42f4b 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index f82b72d..e0f46d4 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 5076099..f68948c 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 4025d52..90698ba 100644 (file)
@@ -7,7 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Optimized.cs" />
index f22a221..e4080e0 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Optimized.cs" />
index 67a51ca..4974668 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_Optimized.cs" />
index 9595306..586cd07 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_fail.cs" />
index 982a23b..905acf4 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Collect_neg.cs" />
index 194cbf4..5212016 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CollectionCountTest.cs" />
index e8b302c..fe5e039 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Finalize.cs" />
index fc8ae6e..7464113 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 2f9d757..ed537d4 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetGeneration.cs" />
index 2e00772..755022a 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetGenerationWR.cs" />
index 9734c3c..7fb316e 100644 (file)
@@ -8,8 +8,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetGenerationWR2.cs" />
index 0d0f2a8..1abd1e9 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetGeneration_box.cs" />
index df7582e..f6ac71b 100644 (file)
@@ -6,8 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetGeneration_fail.cs" />
index c8ce241..57df5c4 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 58d9ce5..f2dcbc0 100644 (file)
@@ -8,8 +8,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GetTotalMemory.cs" />
index 5af9d94..308c0fb 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="KeepAlive.cs" />
index ca1bad6..1c4d5f7 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="KeepAliveNull.cs" />
index ecb03b8..ae0789f 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 8dfab98..20539e8 100644 (file)
@@ -6,8 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="MaxGeneration.cs" />
index d5d6695..ae6b4fb 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ReRegisterForFinalize.cs" />
index 95649c1..88d4356 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ReRegisterForFinalize_null.cs" />
index da95e18..bb01dcd 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="RemoveMemoryPressureTest.cs" />
index 8a536ec..0e107d5 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 833353b..cec0f4d 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="SuppressFinalize.cs" />
index f56c038..127a1cf 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="SuppressFinalize_Null.cs" />
index dbb34a2..c98e67f 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TotalMemory.cs" />
index 0ef2774..05fccbf 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TotalMemory2.cs" />
index 7812e10..5d59958 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AddrOfPinnedObject.cs" />
index e4af092..2b9241b 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="AddrOfPinnedObject_neg.cs" />
index 9977581..9bca1f7 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Alloc.cs" />
index cfbbf15..c69256d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Alloc_neg.cs" />
index a72cd47..3c0d036 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Alloc_neg2.cs" />
index 309461f..510b17a 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Casting.cs" />
index d8f7f84..3ea3368 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Equality.cs" />
index 2affd95..0d6d7e8 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Free.cs" />
index a45098b..36279f7 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Free_neg.cs" />
index ee18c98..87252e3 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="HandleCopy.cs" />
index 27d00c2..a99488d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="IsAllocated.cs" />
index 16d2ac2..639c06d 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Normal.cs" />
index 2bf99fd..88b89f5 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PinObj_neg.cs" />
index 8176732..73491ac 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Pinned.cs" />
index 33348c8..88a5444 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Target.cs" />
index 0ecff58..f336cf8 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Target_neg.cs" />
index a1a3746..002849a 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ToFromIntPtr.cs" />
index 857d2a0..8ae5121 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <PropertyGroup>
     <JitOptimizationSensitive>true</JitOptimizationSensitive>
index e242bc9..e5803f9 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Count.cs" />
index 0d6fa5c..99d8c3a 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CtorsAndProperties.cs" />
index 95cdd06..b162eea 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NegTests.cs" />
index 1ccf831..9500555 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 2b4d757..d9b6498 100644 (file)
@@ -6,8 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="InputValidation.cs" />
index ba59bda..922c42d 100644 (file)
@@ -8,8 +8,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NoGC.cs" />
index 12f35de..e8723db 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Finalize.cs" />
index c3c77cc..0c6869d 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Finalize2.cs" />
index 3ed4368..b6fc822 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <PropertyGroup>
     <JitOptimizationSensitive>true</JitOptimizationSensitive>
index ea01103..00324dc 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="IsAlive_neg.cs" />
index 51a119e..1910559 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullHandle.cs" />
index 33348c8..88a5444 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Target.cs" />
index 67b1330..ee6c76b 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TrackResurrection.cs" />
index 0c0e56a..faf1dc4 100644 (file)
@@ -6,8 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="multipleWRs.cs" />
index 83d08f0..8672dd9 100644 (file)
@@ -6,8 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="multipleWRs.cs" />
index e6c2af1..bb47f92 100644 (file)
@@ -7,8 +7,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
-    <DefineConstants>$(DefineConstants)</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bestfit.cs" />
index 4e11fdb..edf669d 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 35e2906..cbc41cc 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index bb4aa10..6b0619f 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 99cdbe7..035093d 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 68d0ba1..5b82d01 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 22a51ac..300072e 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index c5633cb..866b791 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index cd9a612..0d72bef 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 85f6a42..5ff2e8b 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index c940760..80fed7e 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index df395bf..4769b20 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 7275890..6e2c6bf 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 7fadb99..7205cb9 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index f81f976..d2f98c2 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 11b79a8..6f0e58d 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index cef012d..4fb14e0 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 470f54e..690eeb9 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
     <ServerGarbageCollection>true</ServerGarbageCollection>
   </PropertyGroup>
index ad428cf..c2b8ab8 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 7f293c8..e7ef6ad 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 3217aa2..9887930 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 8ade8b6..33704a1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 51a8f34..2f64ced 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d490e7..96fbaf9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7533506..012217c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0134f15..7617b80 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d623daf..711766a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c87e26..76994b5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index dea4cc8..5d8be71 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 752f8ce..5be171b 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7256844..e4d61fd 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a325bb3..53b8067 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 286fcb7..d99ed85 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 817da0f..c273564 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 70ec9b0..134d01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8dff7aa..65c33b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 522988d..df66dfc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 127bea9..dc72894 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d3428da..302b3e1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d3428da..302b3e1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a06397a..492cbab 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a06397a..492cbab 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 898478d..783b496 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2b44ce9..03caef3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c6d9d1..e30ddb5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c905a98..66884f1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 89bc977..4770a27 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 80aba9e..4bd15ba 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 638dc4d..df8a115 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2714fa7..801436c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d1bd70c..5b2e977 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 855ae27..d10fb0f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 18c44a2..874ddd9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 82fbee4..78d8a62 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index db99928..556ca15 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 50c4d44..0144a61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a8ce0b9..80005b7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3f7bb99..64d9d9d 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 464ea5e..aa24282 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0476b93..4a9bf4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5363e1..a1bbfbc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f068be6..05b1ed0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5363e1..a1bbfbc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7ab2306..ccf5947 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c959d9a..7027d52 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index eda0cf7..2b33f72 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4d1f695..e29e195 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 66e2bc9..ab959f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1007893..32e7ec3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index de07944..073f750 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 13d0474..de49f60 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 074c3c6..a61ae5a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f068be6..05b1ed0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f42557b..c1495ac 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a8e24e5..da8a2c7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7cf78d4..846ed5c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ce6f220..72c3f69 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 29bc50f..2748efc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f25d261..2634997 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1ecaa32..84237df 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4ccd188..e6cf3f7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8a8aa59..d5d0e49 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 669f914..701ca4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2eb4bad..6aa1933 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3a6995d..028a727 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 00eb441..6f16ab5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index db2e7b9..544f1a4 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2342330..16a515e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8dff7aa..65c33b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0134f15..7617b80 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 898478d..783b496 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 50c4d44..0144a61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index dea4cc8..5d8be71 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b2770ce..2a14642 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7246aab..cd06c16 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e69271..9edde8a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 638dc4d..df8a115 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c959d9a..7027d52 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4d3e4a6..ba37efe 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4a75344..3bde7d8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0e5daa0..494dccb 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d490e7..96fbaf9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 670adb9..d7c170c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index dea4cc8..5d8be71 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c59cca..2e377b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3e92056..eec4ad5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index dea4cc8..5d8be71 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 82537ed..3836d97 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3e92056..eec4ad5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 82537ed..3836d97 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b2770ce..2a14642 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c6ef8c9..759b916 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 89f52e9..27cfb2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 38b9f8b..276f933 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b2770ce..2a14642 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ace26d6..52fc219 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 259b7cb..dc840d3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3aaaa90..ee226f0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 18c07df..540b1a9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c97615e..15bb7a3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d4d29a2..1a466dc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c6ef8c9..759b916 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e838311..5cf8c40 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 210b0b3..36209bc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f60008c..31dd15f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cecc8c5..46a10a2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 79cc744..8d5cf4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 263d946..011b150 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 39778ee..7e1bbc5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bcadf10..e62c4b7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d4d29a2..1a466dc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3ef1cd1..43de536 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 89f52e9..27cfb2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7888b15..01166cc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2772998..c6d9edc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 01e6cc9..26d778f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cfef360..7787a4a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 91bcb86..75e9c9f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a82a5b9..62bcf96 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e37a1b..0240c30 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 61b2823..3fa4024 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4e2cd5f..d4587ee 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7945a44..9e14c74 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 38b9f8b..276f933 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 54a28de..5867332 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4897725..6c95efb 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e509f5b..d7adc5a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48a3a80..d78442c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6dfb847..b7c01e6 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4fe7295..6ffbbc8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e545ac7..80aa989 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5084c8..270438c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b226d95..9851e49 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b8eb697..0336802 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ace26d6..52fc219 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7945a44..9e14c74 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7f89faf..48ab930 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 014886d..956d9a9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d8129f..60f29c5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0c53338..e3c3ac6 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a9cd836..d6b9822 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 13ddd28..67ab6bd 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bf72f9d..c80f863 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ede3753..a7d236a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a506297..11504d1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 259b7cb..dc840d3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e586702..e8e4d61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 97e53cb..d39657c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 04c6afc..58c7cf1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 215a08d..98300d3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e49bc52..fec6f45 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2e50bae..24e9aca 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cede255..7466d4b 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 27fbedf..903cbcc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bb7d61f..8c5f018 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8e9e616..f098dac 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3aaaa90..ee226f0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 419e7e1..8af962a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bb420e9..59c3244 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 93c75c6..5f5c5aa 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2469cfe..6ec4122 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e5f0530..99f6bf7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f246e52..041dda8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 18c07df..540b1a9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 51a8f34..2f64ced 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c97615e..15bb7a3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d490e7..96fbaf9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7533506..012217c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e6a191..c20fb46 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0134f15..7617b80 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d623daf..711766a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c87e26..76994b5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 752f8ce..5be171b 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7256844..e4d61fd 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a325bb3..53b8067 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 286fcb7..d99ed85 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 817da0f..c273564 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 70ec9b0..134d01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8dff7aa..65c33b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 522988d..df66dfc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d4d29a2..1a466dc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 127bea9..dc72894 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d3428da..302b3e1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d3428da..302b3e1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a06397a..492cbab 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a06397a..492cbab 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 898478d..783b496 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2b44ce9..03caef3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c6d9d1..e30ddb5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c905a98..66884f1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 89bc977..4770a27 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 80aba9e..4bd15ba 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48692a8..5cb8d38 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 638dc4d..df8a115 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2714fa7..801436c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d1bd70c..5b2e977 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 855ae27..d10fb0f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 78ffe7c..f04a81c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 18c44a2..874ddd9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 82fbee4..78d8a62 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index db99928..556ca15 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 50c4d44..0144a61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a8ce0b9..80005b7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3f7bb99..64d9d9d 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 464ea5e..aa24282 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0476b93..4a9bf4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e838311..5cf8c40 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5363e1..a1bbfbc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f068be6..05b1ed0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5363e1..a1bbfbc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7ab2306..ccf5947 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c959d9a..7027d52 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index eda0cf7..2b33f72 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4d1f695..e29e195 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 66e2bc9..ab959f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1007893..32e7ec3 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index de07944..073f750 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 210b0b3..36209bc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 13d0474..de49f60 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 074c3c6..a61ae5a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 8517 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f068be6..05b1ed0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f42557b..c1495ac 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a8e24e5..da8a2c7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7cf78d4..846ed5c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ce6f220..72c3f69 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 29bc50f..2748efc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 2 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f25d261..2634997 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1ecaa32..84237df 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f60008c..31dd15f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4ccd188..e6cf3f7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8a8aa59..d5d0e49 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 669f914..701ca4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 4 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2eb4bad..6aa1933 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3a6995d..028a727 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 00eb441..6f16ab5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index db2e7b9..544f1a4 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 5 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2342330..16a515e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdz 17 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8dff7aa..65c33b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0134f15..7617b80 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cecc8c5..46a10a2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 898478d..783b496 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 50c4d44..0144a61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b2770ce..2a14642 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7246aab..cd06c16 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e69271..9edde8a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 638dc4d..df8a115 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c959d9a..7027d52 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4d3e4a6..ba37efe 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 30000 -sdc 6000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4a75344..3bde7d8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 6000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0e5daa0..494dccb 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 79cc744..8d5cf4e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d490e7..96fbaf9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 17 -dc 20000 -sdc 8000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index c590fd8..6d63016 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 7 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.1 -dw 0.0 -f</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8da7b11..826c77e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7517ac7..3af1996 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.2 -dw 0.0 -f</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a06a43f..99f5959 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 10 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.0 -f</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 5bb7a34..72dea60 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 8 -tp 0 -dz 17 -sdc 1024 -dc 10000 -sdz 17 -lt 2 -dp 0.3 -dw 0.1 -f</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 263d946..011b150 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a506297..11504d1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 876508e..d1ba5a0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 89bc977..4770a27 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 39778ee..7e1bbc5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bcadf10..e62c4b7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index d4d29a2..1a466dc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3ef1cd1..43de536 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7888b15..01166cc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2772998..c6d9edc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4b038d9..1b21ec0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 01e6cc9..26d778f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cfef360..7787a4a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 91bcb86..75e9c9f 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a82a5b9..62bcf96 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1e37a1b..0240c30 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 61b2823..3fa4024 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4e2cd5f..d4587ee 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7945a44..9e14c74 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 54a28de..5867332 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4897725..6c95efb 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a094e8c..4c3e01e 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e509f5b..d7adc5a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 48a3a80..d78442c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6dfb847..b7c01e6 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 4fe7295..6ffbbc8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e545ac7..80aa989 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a5084c8..270438c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b226d95..9851e49 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index b8eb697..0336802 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7945a44..9e14c74 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7f89faf..48ab930 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c59cca..2e377b9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 014886d..956d9a9 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 1d8129f..60f29c5 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 0c53338..e3c3ac6 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a9cd836..d6b9822 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 13ddd28..67ab6bd 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bf72f9d..c80f863 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.0 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index ede3753..a7d236a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index a506297..11504d1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e586702..e8e4d61 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 97e53cb..d39657c 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.8</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 04c6afc..58c7cf1 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e49bc52..fec6f45 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2e50bae..24e9aca 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index cede255..7466d4b 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 27fbedf..903cbcc 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bb7d61f..8c5f018 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 8e9e616..f098dac 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 419e7e1..8af962a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index bb420e9..59c3244 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 93c75c6..5f5c5aa 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 2469cfe..6ec4122 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index e5f0530..99f6bf7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index f246e52..041dda8 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 465f7bd..779db31 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index aeda1f0..a4f12d0 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 7c86e43..405e1ef 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 4 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6791171..80f06f2 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 02878b8..fe5f492 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 6536793..f68af2a 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
     <IsGCSimulatorTest>true</IsGCSimulatorTest>
     <CLRTestKind>BuildAndRun</CLRTestKind>
index 3169fea..e72aa92 100644 (file)
@@ -6,7 +6,7 @@
     <GenerateRunScript>false</GenerateRunScript>
     <IsLongRunningGCTest>true</IsLongRunningGCTest>
     <CLRTestPriority>0</CLRTestPriority>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
+    <DefineConstants>$(DefineConstants);PROJECTK_BUILD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DetourHelpers.cs" />
index a3492ec..a762a0c 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 9816c89..0ff9d5c 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index e665c00..a4902e2 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 804e914..8cc3a01 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 0063cb9..4c7f677 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index e9f8508..cc01ecb 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 07c1b43..1ccee76 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index a322da2..337a948 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index a90a125..2dea0a1 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 27f62bf..12b85ee 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 01547f7..bcb2752 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 80c62c7..8c8ff70 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 84ede62..81f637d 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 6fef5c5..5c212c8 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 1b731e5..80c89d1 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 528e037..98b0659 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 2915783..3f8eddf 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 06ae934..725dfa6 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
     <CLRTestKind>BuildOnly</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index feff7f9..7384cdd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 63231a1..12afda6 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="MarshalArrayByValTest.cs" />
index ac35c0f..484fdce 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 0812221..c96591a 100755 (executable)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index f822999..157be61 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index b81fa65..710b722 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- The test cannot be run twice in the same process since it moves a native dll that it uses for pinvoke later -->
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
   </PropertyGroup>
index 2a67770..a807259 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <ReferenceSystemPrivateCoreLib>true</ReferenceSystemPrivateCoreLib>
   </PropertyGroup>
   <Import Project="$([MSBuild]::GetPathOfFileAbove(Interop.settings.targets))" />
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 407d5f9..85da16f 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <ReferenceSystemPrivateCoreLib>true</ReferenceSystemPrivateCoreLib>
   </PropertyGroup>
   <ItemGroup>
index 71c8569..20e6a3f 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 499a624..0ccabca 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 3dd2b0b..4acd106 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index f819455..a19962a 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 12db6e5..0774784 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <ReferenceSystemPrivateCoreLib>true</ReferenceSystemPrivateCoreLib>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
index 6750378..63509cd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 6750378..63509cd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 6750378..63509cd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 6750378..63509cd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 0dbf574..27804eb 100644 (file)
@@ -2,7 +2,6 @@
   <Import Project="../../Interop.settings.targets" />
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 9e0a347..4693a29 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 67b7632..85194a0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 7eb7690..5a6c1e7 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7eb7690..5a6c1e7 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7eb7690..5a6c1e7 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7eb7690..5a6c1e7 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 6877168..d777b55 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <ReferenceSystemPrivateCoreLib>true</ReferenceSystemPrivateCoreLib>
     <!-- CustomMarshalers unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
index e785b86..2efdbcf 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DateTimeTest.cs" />
index 346928d..c6b2767 100644 (file)
@@ -2,7 +2,6 @@
   <Import Project="$([MSBuild]::GetPathOfFileAbove(Interop.settings.targets))" />
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 9e0a347..4693a29 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 588b6fa..4804c5c 100644 (file)
@@ -4,7 +4,6 @@
   <PropertyGroup>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <OutputType>exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 113e3e8..b301ee5 100644 (file)
@@ -3,7 +3,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- IEnumerator/IEnumerable marshalling unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 31fd545..3cd3b37 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 9d49ec2..f09c55d 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="MAWSPITest.cs" />
index 81abc63..e28377a 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 81abc63..e28377a 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index cc1509e..36226a7 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index e959a71..87e2dfd 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index c40bdd0..46236f5 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index cd98e8e..a603a3d 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index e9676e2..b06d565 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index bc2fd8c..d7a3bb0 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PInvokeIntTest.cs" />
index 5bab1ec..5afd15b 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index c3cdd00..ac56e2d 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="RuntimeHandlesTest.cs" />
index 9e0a347..4693a29 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index 1bab965..c438f9f 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="InvalidParamIndex.cs" />
index 6347603..93cbfde 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PassingByOutTest.cs" />
index 646a3d2..e248fc4 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PassingByRefTest.cs" />
index 6347603..93cbfde 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PassingByOutTest.cs" />
index 646a3d2..e248fc4 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="PassingByRefTest.cs" />
index ed46d55..83a92b1 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Varargs/ArgIterator marshalling unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 30ea67b..2b32bff 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 941aca5..c3fdd31 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
index f2bc2c8..05d8826 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;ANSIBSTR</DefineConstants>
+    <DefineConstants>$(DefineConstants);ANSIBSTR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index fb38f70..83be73d 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;BSTR</DefineConstants>
+    <DefineConstants>$(DefineConstants);BSTR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index bd4f958..98bd978 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;LPSTR</DefineConstants>
+    <DefineConstants>$(DefineConstants);LPSTR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="*.cs" />
index c49f446..8fa3f4f 100644 (file)
@@ -2,7 +2,7 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC;LPTSTR</DefineConstants>
+    <DefineConstants>$(DefineConstants);LPTSTR</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0812221..c96591a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 117e262..796bf5b 100644 (file)
@@ -3,7 +3,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index 97e1181..9cf85a8 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index c2adbd3..235bdd7 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="MarshalStructAsLayoutSeq.cs" />
index bb597de..8fc0da2 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
index 69f8122..4f13c0b 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
index f8b1409..4075ae9 100644 (file)
@@ -5,10 +5,8 @@
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ConcatTest.cs" />
index 397ad93..bdac40a 100644 (file)
@@ -4,10 +4,8 @@
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="gettypetypeofmatrix.cs" />
index 0653e7e..fe4a282 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <PropertyGroup>
index e2ef8ac..440e57b 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="LargeNumberOfArgs.cs" />
index 2eb18fd..9db8c85 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NoMetaData.cs" />
index 98c53b4..97ccf76 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Recursion.cs" />
index bec9803..3ce7e88 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="constructor.cs" />
index f9c78b0..f60c9a6 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="constructor.cs" />
index 6a49791..cdfeb2a 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="constructor.cs" />
index be287ce..007389c 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="constructor.cs" />
index 15943e0..5d79828 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hashcode.cs" />
index 2625bf9..f0165e7 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hashcode.cs" />
index f275d9c..ca7652c 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hashcode.cs" />
index d888b43..dd66daa 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hashcode.cs" />
index 02ac3b0..8629cdf 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hasvalue.cs" />
index 4003cc5..1fd3644 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hasvalue.cs" />
index 0ece2b7..acc1d7f 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hasvalue.cs" />
index 74f3cb7..4079123 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hasvalue.cs" />
index e521d3b..86af0c0 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="invocation.cs" />
index 406d945..2bb0036 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="invocation.cs" />
index c086638..b0cfe5f 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="invocation.cs" />
index 9914ee7..9ab3e5b 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="invocation.cs" />
index 4b17339..ef877a1 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tostring.cs" />
index 3764d5a..aa1e670 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tostring.cs" />
index 4ea244c..17f76b2 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tostring.cs" />
index 78cf963..ef1647f 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="tostring.cs" />
index 08a9e62..c0650ff 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unboxnullable.cs" />
index 41a7bb1..ac44b38 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unboxnullable.cs" />
index dc66c35..0b3805a 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unboxnullable.cs" />
index 9192f86..ff0c147 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="unboxnullable.cs" />
index dd8d18e..d348b68 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="value.cs" />
index 75ec372..0261dbe 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="value.cs" />
index dcf85d5..99cf7ce 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="value.cs" />
index b65e057..c42a7f8 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="value.cs" />
index fa03ccb..9ec7a9a 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CCSE.cs" />
index 4047a91..054e855 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CCSE.cs" />
index 5867266..e39c173 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CCSE.cs" />
index 0ee5ccc..d8140fc 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CCSE.cs" />
index 8cb1b46..c897062 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index c25b27b..80c3f59 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index faaeb31..4f40180 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 11bc655..4fea337 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 76d7cab..d5a3876 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 8afb43c..251907c 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 39988fe..aeb65b1 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index cbdbe8f..9502f9e 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 2f71f5f..01e923f 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed1.cs" />
index 7dcf9b6..cbe1211 100644 (file)
@@ -6,11 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed1.cs" />
index 74238ce..15e25ea 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed1.cs" />
index a132a50..9c1cd4f 100644 (file)
@@ -6,11 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed1.cs" />
index b91eb37..47e5bd2 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed2.cs" />
index d148cbe..6e778cc 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed2.cs" />
index df9e2ce..c053950 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed2.cs" />
index c3c57ff..de22c72 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed2.cs" />
index a0063ff..44ee45e 100644 (file)
@@ -9,7 +9,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="getclassfrommethodparam.cs" />
index af63345..7ad232f 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instance.cs" />
index 3ef0f62..4e8c256 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instance.cs" />
index 6b88551..3d70d5b 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instance.cs" />
index 090c367..c1ffaf4 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="instance.cs" />
index 547523a..e7698a6 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fibo.cs" />
index 2f4ad6f..3290817 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 6a192b1..b92846c 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fibo.cs" />
index 4b0899e..5ec2069 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index e1a676e..0f0a590 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fibo.cs" />
index e1657c7..6fee275 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 0dab648..9c82135 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="fibo.cs" />
index 8b322a7..972dd52 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 86496fd..5c6a201 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index fb32dfb..5ba6965 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 62334d5..20e1914 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 8b322a7..972dd52 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sin.cs" />
index 9f08cd7..b492914 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk.IL">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <PropertyGroup>
     <DebugType>None</DebugType>
index 3921647..fab1f2c 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="try.cs" />
index ae36560..f0f2c69 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="try.cs" />
index 91cdbcd..7473b90 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="try.cs" />
index d9bc772..fb0fa65 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="try.cs" />
index bd23fa5..f8a97e9 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index 89c1839..bd19037 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index 91d72cf..2f787e9 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index 0bcd71d..ae6de69 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index 4910b67..657c13d 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intrinsic.cs" />
index a4c6e96..1450c76 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intrinsic.cs" />
index 5dd4d5d..482c5c2 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intrinsic.cs" />
index 55430e4..869df5d 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="intrinsic.cs" />
index ccd9a9f..8741e58 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk.IL">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <PropertyGroup>
index dfa236b..70b479e 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="assemname.cs" />
index 862ab2e..00b9310 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="assemname.cs" />
index a67dd8b..8003fc0 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="assemname.cs" />
index a5cc983..8508912 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="assemname.cs" />
index 1ea8ea8..68080f6 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads1.cs" />
index 4a374e8..325e3df 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads1.cs" />
index 93484a3..0272781 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads1.cs" />
index 84cccca..2d8711a 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads1.cs" />
index 111874c..8c6c2b2 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads2.cs" />
index 20fc8cc..c823540 100644 (file)
@@ -8,7 +8,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads2.cs" />
index bc88a0f..7fedd97 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads2.cs" />
index 1efb7ae..6dcb8d9 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="threads2.cs" />
index 790f284..09e048e 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index 97bca75..d22f37b 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index 23c2a8f..19e69e3 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType />
     <Optimize />
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index 362fee4..1b99a31 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType />
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throw.cs" />
index e63d948..bf56081 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loopstrswitchgoto.cs" />
index e165206..66ea96d 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loopstrswitchgoto.cs" />
index 050aa61..2d1d42f 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loopstrswitchgoto.cs" />
index 3b55b10..057a432 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="loopstrswitchgoto.cs" />
index 450b9f2..861379b 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="strswitchfinal.cs" />
index 2de312c..813e475 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="strswitchfinal.cs" />
index 8ac783d..cd9efb8 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="strswitchfinal.cs" />
index 6b3dd5b..dd0f3a1 100644 (file)
@@ -6,7 +6,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="strswitchfinal.cs" />
index f19d68a..773fd88 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index c794f6c..a8ce62f 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-01.cs" />
index edf4fce..043d9dd 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-01.cs" />
index 7b3734a..ed84e2b 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-01.cs" />
index 4d3365a..8d2c509 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-01.cs" />
index 5de12de..2b1a810 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-02.cs" />
index b0ca58a..b52da6d 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-02.cs" />
index be056db..5cb8cab 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-02.cs" />
index 06d646b..acfdc6d 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="3w1d-02.cs" />
index 5f2e579..621036a 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-01.cs" />
index fbfbd21..69ed6dc 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-01.cs" />
index 564e133..e698068 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-01.cs" />
index 9c4ca26..4d747b5 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-01.cs" />
index 607c720..045584a 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-02.cs" />
index 9eb71e7..77ecbd4 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-02.cs" />
index d4c0d31..d3ca7a8 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-02.cs" />
index 3c4b9b5..c89df4f 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-02.cs" />
index 8f4aa02..d76461d 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-03.cs" />
index d1dd60b..4018e13 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-03.cs" />
index e3c6418..825f538 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-03.cs" />
index 3a54bcf..c0168fa 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-03.cs" />
index 2852fac..960a367 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-04.cs" />
index 8b8be79..3aa8469 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-04.cs" />
index 1280e40..f19b545 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-04.cs" />
index 8aebafe..34d3179 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-04.cs" />
index b7b2e8c..19cf8aa 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-06.cs" />
index 0523186..53049cc 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-06.cs" />
index 362f139..83f05cf 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-06.cs" />
index 114d381..e4311c6 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="5w1d-06.cs" />
index a84edbb..8a4c0ce 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bug603649.cs" />
index 511a8e3..692ad1d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 33efc7e..5d0fdf0 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b207621.cs" />
index 5eaf67c..e00bfce 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test1.cs" />
index afbcb92..bad3f1d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test2.cs" />
index 9eab091..187ebcb 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="test4.cs" />
index e7ca779..9af4984 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof.cs" />
index a773d9a..f2d11cb 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof32.cs" />
index 6be96d0..d91c59a 100644 (file)
@@ -6,11 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof64.cs" />
index b865687..8d1bea7 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof.cs" />
index b375f51..196451e 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof32.cs" />
index ca76d8f..fc2f49d 100644 (file)
@@ -6,11 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof64.cs" />
index 102480f..ea29ae0 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof.cs" />
index acb1a7f..cd99139 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof32.cs" />
index dba99c7..8275717 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof64.cs" />
index 650facf..7d6b0e1 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof.cs" />
index 39ea821..eefb1f8 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof32.cs" />
index fa3c2bc..ce11cb9 100644 (file)
@@ -7,11 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="sizeof64.cs" />
index 8ccced4..2cd7f17 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 74247f1..2a2a474 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index ef5e22b..06d5f61 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
     <CLRTestExitCode>0</CLRTestExitCode>
   </PropertyGroup>
   <ItemGroup>
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 6ffe302..13535e4 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 8ccced4..2cd7f17 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 06c2a30..0bd7ee8 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b43313.cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 807aaaf..2fd676e 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType />
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 579c062..e518e24 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="b55197.cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 8ccced4..2cd7f17 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 724c512..b87de28 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7aecee3..9ac8890 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7debdfb..1d9a13f 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="csharptester.cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 4c8062e..6724bd6 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="pState.cs" />
index 8d9182d..0763a13 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 03df049..8ddfebf 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cs1.cs" />
index bdb98a3..77f8188 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <DefineConstants>$(DefineConstants);_65536</DefineConstants>
index 9612d8e..50e9e8e 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;_65535</DefineConstants>
+    <DefineConstants>$(DefineConstants);_65535</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Repro.cs" />
index b4a4a70..ba46b8f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 3829a58..074ba7b 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType />
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2ac0478..23d62c2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index bf47676..242109d 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index b4a4a70..ba46b8f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index dd17608..1c752e0 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index b7428df..b6111a0 100644 (file)
@@ -7,9 +7,7 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index b4a4a70..ba46b8f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 2886a3b..2df3984 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DDB188478.cs" />
index 79da908..aa62ff8 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
   <ItemGroup>
index e9299a0..f7d2569 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <NoWarn>$(NoWarn),8002</NoWarn>
   </PropertyGroup>
index 3835b24..ec67251 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
   </PropertyGroup>
index f1f3d7d..93c0dd7 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simple.cs" />
index 6ffe302..13535e4 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 60987ea..cab0a41 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="repro52.cs" />
index 75512fc..29d0c81 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 9694aac..e7a55b0 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 4eb5955..d336b0d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index ad3e5fc..6905065 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index dfdfe77..662ef44 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 576843c..1d4f20e 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 63f997c..e5d1758 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7361d42..60c7908 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testA.cs" />
index 0132859..0c85d7a 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 93c4edc..65c1500 100644 (file)
@@ -5,7 +5,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index e73605b..c422591 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 5dfb944..337954b 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index f878119..d448134 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 12a926b..0cef572 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index 315ef22..034842f 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 8b6cb45..4a22304 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testC.cs" />
index e23a75a..859b058 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index bc42606..34dedae 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index a4872a1..e4adf46 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 4f6202c..be58bd2 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 0127bd9..002db37 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 68d416a..da32e95 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index d848367..56745c5 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 714ab4f..60b28ff 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testE.cs" />
index 5d02dd1..4a30f0d 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 7781bfd..6010584 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index ff16947..ea1a01e 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index a39424d..c29ff55 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index fb36592..cc8aabc 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index c68286b..24aad1c 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 2bdb84f..9880610 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>full</DebugType>
-    <NoLogo>True</NoLogo>
     <Optimize>False</Optimize>
   </PropertyGroup>
   <ItemGroup>
index 70bffaf..6c90acd 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="hfa_testG.cs" />
index 82a905a..c436fe5 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 812781e..d6b1943 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 0fb761f..0d9ccd6 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 1cdd4f5..218613f 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 5d49a56..ceb92b7 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 497b38f..29fdce2 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 353dde8..f22da2e 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 1356739..e228c64 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index c49d328..834f3df 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 467853b..4af966a 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 467853b..4af966a 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 467853b..4af966a 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 5df562b..1b6c2bd 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 1127f1b..a941372 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index adea0d0..c44c960 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 60735fc..c5f482f 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 3af3483..57bfbf4 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 82e7fa5..9d53cd1 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index c61f622..72b9c01 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_DYNAMIC</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index de10280..192410e 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_LARGE</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index a074362..a8da8d0 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <DefineConstants>$(DefineConstants);LOCALLOC_SMALL</DefineConstants>
     <NoWarn>$(NoWarn),8002</NoWarn>
index 8977e8b..a8d2435 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cprop001.cs" />
index 570036a..be7df7c 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cprop001.cs" />
index e595f92..66074ce 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cprop001.cs" />
index 6e001fd..cc55fa4 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="cprop001.cs" />
index 6415cf5..9ceb1be 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_ADD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 95ab541..f907d93 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_AND</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_AND</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index a77f791..8f763a6 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_DIV</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index b41c67b..d5dcea7 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MOD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MOD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 5482d2b..ee01f7b 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MUL</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 6cef725..06b1d74 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_OR</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_OR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 2f2a195..8fa7a92 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SHR</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SHR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 7c28f80..ccf8ddd 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SUB</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 5bb4513..1ae8db2 100644 (file)
@@ -6,10 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_XOR</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_XOR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="VolatileTest.cs" />
index 3b12db0..c7981d5 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index bdeb4c9..3e50bb2 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index cd32451..1190f1a 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index afc6c04..56e3946 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index 237fd4c..38f61ce 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="arrayexpr2.cs" />
index 2f39039..49f2b77 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixedexpr1.cs" />
index f2cf513..f170eb9 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
index ff21154..2483e22 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixedexpr1.cs" />
index 4e55c4c..4a1a565 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixedexpr1.cs" />
index db40a51..c4e98e1 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixedexpr1.cs" />
index c78ae3b..04aac55 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index 6d1c639..8c21543 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index 3df2a17..be4dbb1 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index 081cd34..a9584d3 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index d51ea9d..310c606 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="simpleexpr4.cs" />
index 34cccc9..cba9515 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExpr1.cs" />
index 9e0eadf..9e44293 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
index ba232df..f27a45d 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExpr1.cs" />
index ea1233b..18ba2ad 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExpr1.cs" />
index 221c2f3..c6d3cb3 100644 (file)
@@ -7,10 +7,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExpr1.cs" />
index 4eaad29..1f193e5 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index 312e393..fabe19e 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index 8586ee5..33389c3 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index bad0ab4..ebf33b1 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;TRY</DefineConstants>
+    <DefineConstants>$(DefineConstants);TRY</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index 9a2dfdc..c79fcec 100644 (file)
@@ -6,10 +6,9 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;LOOP</DefineConstants>
+    <DefineConstants>$(DefineConstants);LOOP</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="staticFieldExprUnchecked1.cs" />
index afbe414..c6cb276 100644 (file)
@@ -8,10 +8,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ArrayWithThread.cs" />
index e00a759..e7c7ec8 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="opadd.cs" />
index 414d95c..bc2f4df 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="opmul.cs" />
index 0df16b1..80d9b0f 100644 (file)
@@ -6,11 +6,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="opsub.cs" />
index 35d543a..fab84f0 100644 (file)
@@ -6,7 +6,6 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="use.cs" />
index 2684dec..13abc20 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_ADD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow01.cs" />
index 4477dfd..d98ff35 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_DIV</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow01.cs" />
index fd8b17d..8c8b60b 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MUL</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow01.cs" />
index fa5634d..d82f88f 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SUB</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow01.cs" />
index 6e4aedb..e2ec4f9 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_ADD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow02.cs" />
index 2d58af8..38015d0 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_DIV</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow02.cs" />
index 8ac49bc..314b31b 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MUL</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow02.cs" />
index e78e6d8..9dcf44a 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SUB</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow02.cs" />
index 3ea4a4f..3a6bd23 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_ADD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow03.cs" />
index a6b909b..eccc4fc 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_DIV</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow03.cs" />
index a1af722..16a8d95 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MUL</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow03.cs" />
index 9d286ce..6554b2b 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SUB</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow03.cs" />
index 4c8adfa..92a7110 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_ADD</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_ADD</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow04.cs" />
index f77b0e3..6892331 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_DIV</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_DIV</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow04.cs" />
index 501d1eb..6cabb62 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_MUL</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_MUL</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow04.cs" />
index 0d1a302..32d613c 100644 (file)
@@ -5,10 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR;OP_SUB</DefineConstants>
+    <DefineConstants>$(DefineConstants);OP_SUB</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="overflow04.cs" />
index 5d9bb06..bac43c8 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ArrBoundUnsigned.cs" />
index 660c6e1..300e42f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ConstantProp.cs" />
index 74df190..9fa9b23 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CopyProp.cs" />
index 4adc057..4fdc321 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion1.cs" />
index 5911551..3064fc1 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion2.cs" />
index 54d57db..62012a3 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion3.cs" />
index 71d10e8..7225cdb 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion4.cs" />
index 09898b7..5a28c31 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion5.cs" />
index 41f4d56..b84eb65 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion6.cs" />
index 45cbd02..4b17e37 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="NullCheckAssertion7.cs" />
index 31e97b1..c109242 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="TypeOfAssertion.cs" />
index bf47676..242109d 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 7b7de6e..40e94c4 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk.IL">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <PropertyGroup>
index 789d232..8e31850 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk.IL">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <PropertyGroup>
index 6c9c204..3492b9a 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FastTailCallCandidates.cs" />
index 4db3061..c2261eb 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="FastTailCallInlining.cs" />
index 28fcda7..fa09d69 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GitHubIssue12479.cs" />
index a18c68c..421e755 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="StackFixup.cs" />
index 4c03ff7..649ea93 100644 (file)
@@ -6,13 +6,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="StructPassingSimple.cs" />
index b4a4a70..ba46b8f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="$(MSBuildProjectName).cs" />
index 887ff10..ebf9377 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ArrayOfStructs.cs" />
index 9532e2b..4eca720 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DelegInstanceFtn.cs" />
index 21b996e..ab03bd7 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="DelegStaticFtn.cs" />
index 5bc924d..1145384 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="GenericStructs.cs" />
index bdd8767..943c1bf 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline.cs" />
index 873ff3d..6313c4e 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inlinethrow.cs" />
index a96bde2..42566e7 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_DelegateStruct.cs" />
index 302c504..bcc81d9 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_GenericMethods.cs" />
index ef6bbc0..53dac08 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_Many.cs" />
index bd4f11d..d6864f3 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_MultipleReturn.cs" />
index 5cc8991..eb47d3a 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_NewObj.cs" />
index b976483..f8d20fa 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_NormalizeStack.cs" />
index d2e304f..d66b2db 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_Recursion.cs" />
index be1ac9b..83cdc58 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_RecursiveMethod.cs" />
index ee092c7..cfff195 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_RecursiveMethod21.cs" />
index 109f407..af192f3 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_STARG.cs" />
index b2e2db8..0b01b9b 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_SideAffects.cs" />
index 89463aa..d4b6acd 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_Vars.cs" />
index c823076..f8ab374 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="Inline_handler.cs" />
index 2c0769a..e5938af 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="LotsOfInlines.cs" />
index a5e3e8b..df7a544 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ReturnStruct_Method.cs" />
index d356007..c432ef7 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="StructAsParam_Method.cs" />
index 128270e..aa73f80 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="StructInClass.cs" />
index de08205..85dc5f2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
   </PropertyGroup>
   <ItemGroup>
index 5597572..8db166c 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="args1.cs" />
index 38d3c4e..996ee94 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="args2.cs" />
index 0ff85a6..ed02d4d 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="args3.cs" />
index 4096c84..3bd9bc2 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="array.cs" />
index cc1fb38..9f7d2c9 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="debug.cs" />
index dbbb9fe..3c710a4 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="deepcall.cs" />
index a334bf3..af40d82 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ifelse.cs" />
index 7628fe8..efe0b19 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="indexer.cs" />
index be790be..9f004cf 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="interfaceCall.cs" />
index aa3222e..a3ed07d 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="interfaceProperty.cs" />
index 34fc106..b4e9677 100644 (file)
@@ -5,10 +5,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mathfunc.cs" />
index 39831de..b46b45e 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mthdimpl.cs" />
index ffa3a63..8e37bb6 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="property.cs" />
index 15b9d18..72d38e9 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="size.cs" />
index cde2a78..d350a83 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="struct_opcodes.cs" />
index b6644f6..12eec7f 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="throwTest.cs" />
index ea30665..abbdb1f 100644 (file)
@@ -6,10 +6,8 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="trycatch.cs" />
index 20247d5..9f781b3 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk.IL">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
     <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
index b247622..5575799 100644 (file)
@@ -5,11 +5,9 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
     <GCStressIncompatible>true</GCStressIncompatible>
   </PropertyGroup>
   <ItemGroup>
index 505e742..7437d33 100644 (file)
@@ -7,13 +7,11 @@
   <PropertyGroup>
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
     <Optimize>True</Optimize>
     <JitOptimizationSensitive>True</JitOptimizationSensitive>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="locals.cs" />
index 04bdc25..70707e2 100644 (file)
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bigvtbl.cs" />
index 49433fe..5b80f8e 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bigvtbl.cs" />
index 301b026..2f94181 100644 (file)
@@ -9,10 +9,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bigvtbl.cs" />
index 3be7e67..b946bcd 100644 (file)
@@ -6,10 +6,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="bigvtbl.cs" />
index 81a2086..1f6e096 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctest1.cs" />
index 893c946..c426e7b 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctest1.cs" />
index de15da3..ee2e043 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize />
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctest1.cs" />
index 1c87810..b1aae11 100644 (file)
@@ -7,7 +7,6 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="ctest1.cs" />
index bc12e98..c8fdc28 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed.cs" />
index 5eb45df..038c262 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>Full</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed.cs" />
index 7f25556..cfb0ab6 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>False</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed.cs" />
index fd0c03b..3646a28 100644 (file)
@@ -7,10 +7,8 @@
     <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
     <DebugType>None</DebugType>
     <Optimize>True</Optimize>
-    <NoLogo>True</NoLogo>
     <NoStandardLib>True</NoStandardLib>
     <Noconfig>True</Noconfig>
-    <DefineConstants>$(DefineConstants);CORECLR</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="mixed.cs" />
index 86f0ce9..794524e 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestExecutionArguments>4 50</CLRTestExecutionArguments>
     <CLRTestPriority>1</CLRTestPriority>
     <!-- This test leaves threads running at exit -->
index a525d96..6970a36 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>library</OutputType>
     <CLRTestKind>SharedLibrary</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="assem.cs" />
index f9a331c..fc75b80 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 2c56f9a..88b6aa8 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
index c6a5f9d..54a10c9 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <DefineConstants Condition="$(OSGroup) == 'Windows_NT'">WINDOWS</DefineConstants>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
   </PropertyGroup>
index 933e291..c7e6026 100644 (file)
@@ -1,8 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
-    <OutputType>Library</OutputType>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>SharedLibrary</CLRTestKind>
+    <OutputType>Exe</OutputType>
     <CLRTestPriority>1</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
diff --git a/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj b/src/coreclr/tests/src/baseservices/finalization/FinalizerSigned.csproj
deleted file mode 100644 (file)
index 933e291..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-  <PropertyGroup>
-    <OutputType>Library</OutputType>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>SharedLibrary</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="finalizer.cs" />
-  </ItemGroup>
-</Project>
index 65dfe4f..12dd6ee 100644 (file)
@@ -15,7 +15,7 @@ public class Finalize : IFinalize
 }
 */
 //Test cases:
-//  Finalizers can not have a protection level (i.e Pubic, Protected, internal, protected internal, private)
+//  Finalizers can not have a protection level (i.e public, protected, internal, protected internal, private)
 //  Types in namespace can only be public or internal
 // Negative:
 //  Must do checks with reflection as types are scanned at assembly load time resulting in AssemblyLoad failures
@@ -120,7 +120,6 @@ public class Gen<T>
     public Gen() { }
 }
 
-#if STATIC
 public class Test
 {
     public static int Main()
@@ -190,4 +189,3 @@ public class Test
         Gen<Finalizer> gen = new Gen<Finalizer>();        
     }
 }
-#endif
index 347485b..e7f6923 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
index 5ce5d0b..3d65b6a 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <GCStressIncompatible>true</GCStressIncompatible>
     <!-- Test unsupported outside of windows -->
     <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
index 61d4a3e..72a2463 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 95de590..e803742 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index a83b1c9..a25bcc6 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 1103114..7261e58 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 004898c..1ceecd2 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestPriority>0</CLRTestPriority>
     <DebugType>PdbOnly</DebugType>
     <Optimize>True</Optimize>
index c36073b..fea8050 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <ZapRequire>1</ZapRequire>
     <CLRTestPriority>1</CLRTestPriority>
     <CrossGenTest>false</CrossGenTest>
index 23683cf..b5a3e65 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <ZapRequire>1</ZapRequire>
     <CLRTestPriority>1</CLRTestPriority>
     <CrossGenTest>false</CrossGenTest>
index 4fdf935..2270e9c 100644 (file)
@@ -8,9 +8,7 @@ using System.Collections.Generic;
 using System.Threading.Tasks;
 using System.Runtime.InteropServices;
 using System.Runtime.CompilerServices;
-#if CORECLR
 using System.Runtime.Loader;
-#endif
 using System.Reflection;
 using System.IO;
 
@@ -77,28 +75,25 @@ class Program
         Assert.AreEqual(o.MovedToBaseClass(), "MovedToBaseClass");
         Assert.AreEqual(o.ChangedToVirtual(), "ChangedToVirtual");
 
-        if (!LLILCJitEnabled)
-        {
-            o = null;
+        o = null;
 
+        try
+        {
+            o.MovedToBaseClass();
+        }
+        catch (NullReferenceException)
+        {
             try
             {
-                o.MovedToBaseClass();
+                o.ChangedToVirtual();
             }
             catch (NullReferenceException)
             {
-                try
-                {
-                    o.ChangedToVirtual();
-                }
-                catch (NullReferenceException)
-                {
-                    return;
-                }
+                return;
             }
-
-            Assert.AreEqual("NullReferenceException", "thrown");
         }
+
+        Assert.AreEqual("NullReferenceException", "thrown");
     }
 
 
@@ -185,28 +180,25 @@ class Program
         Assert.AreEqual(o.MovedToBaseClass<WeakReference>(), typeof(List<WeakReference>).ToString());
         Assert.AreEqual(o.ChangedToVirtual<WeakReference>(), typeof(List<WeakReference>).ToString());
 
-        if (!LLILCJitEnabled)
-        {
-            o = null;
+        o = null;
 
+        try
+        {
+            o.MovedToBaseClass<WeakReference>();
+        }
+        catch (NullReferenceException)
+        {
             try
             {
-                o.MovedToBaseClass<WeakReference>();
+                o.ChangedToVirtual<WeakReference>();
             }
             catch (NullReferenceException)
             {
-                try
-                {
-                    o.ChangedToVirtual<WeakReference>();
-                }
-                catch (NullReferenceException)
-                {
-                    return;
-                }
+                return;
             }
-
-            Assert.AreEqual("NullReferenceException", "thrown");
         }
+
+        Assert.AreEqual("NullReferenceException", "thrown");
     }
 
     [MethodImplAttribute(MethodImplOptions.NoInlining)]
@@ -329,7 +321,6 @@ class Program
         Assert.AreEqual(array[2], 2);
     }
 
-#if CORECLR
     class MyLoadContext : AssemblyLoadContext
     {
         // If running in a collectible context, make the MyLoadContext collectible too so that it doesn't prevent
@@ -352,13 +343,10 @@ class Program
 
     static void TestMultipleLoads()
     {
-        if (!LLILCJitEnabled) {
-            // Runtime should be able to load the same R2R image in another load context,
-            // even though it will be treated as an IL-only image.
-            new MyLoadContext().TestMultipleLoads();
-        }
+        // Runtime should be able to load the same R2R image in another load context,
+        // even though it will be treated as an IL-only image.
+        new MyLoadContext().TestMultipleLoads();
     }
-#endif
 
     static void TestFieldLayoutNGenMixAndMatch()
     {
@@ -470,9 +458,7 @@ class Program
 
         TestGetType();
 
-#if CORECLR
         TestMultipleLoads();
-#endif
 
         TestFieldLayoutNGenMixAndMatch();
 
@@ -495,15 +481,6 @@ class Program
 
     static int Main()
     {
-        // Code compiled by LLILC jit can't catch exceptions yet so the tests
-        // don't throw them if LLILC jit is enabled. This should be removed once
-        // exception catching is supported by LLILC jit.
-        string AltJitName = System.Environment.GetEnvironmentVariable("complus_altjitname");
-        LLILCJitEnabled =
-            ((AltJitName != null) && AltJitName.ToLower().StartsWith("llilcjit") &&
-             ((System.Environment.GetEnvironmentVariable("complus_altjit") != null) ||
-              (System.Environment.GetEnvironmentVariable("complus_altjitngen") != null)));
-
         // Run all tests 3x times to exercise both slow and fast paths work
         for (int i = 0; i < 3; i++)
            RunAllTests();
@@ -512,7 +489,5 @@ class Program
         return Assert.HasAssertFired ? 1 : 100;
     }
 
-    static bool LLILCJitEnabled;
-
     static int s;
 }
index c8eccf6..1960cae 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
   <ItemGroup>
index c535880..4aae6eb 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>exe</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <CrossGenTest>false</CrossGenTest>
   </PropertyGroup>
index e488fc5..970a690 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index 981b5c0..b05e700 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR;V2</DefineConstants>
+    <DefineConstants>$(DefineConstants);V2</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
   </PropertyGroup>
   <ItemGroup>
index f93f42b..9395dc3 100644 (file)
@@ -1,7 +1,6 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <OutputType>library</OutputType>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <CLRTestKind>SharedLibrary</CLRTestKind>
     <Optimize>True</Optimize>
   </PropertyGroup>
index 316b4b7..d9e83b3 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC;CORECLR</DefineConstants>
     <ZapRequire>1</ZapRequire>
     <CLRTestPriority>1</CLRTestPriority>
     <DebugType>PdbOnly</DebugType>
index a12ef45..a84fad7 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Library</OutputType>
     <CLRTestKind>BuildOnly</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
index 4714586..ecd430f 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
index 1b04810..e7d0619 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index bf7c8ba..20c917f 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index 1445e58..dce7ed6 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index 2dc6b86..bd66683 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index 5457943..2d73612 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index 7f20253..ef879e9 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
index e3f412d..6d5ae5c 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
index 4d2b7cb..0df38b3 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>Library</OutputType>
     <CLRTestKind>SharedLibrary</CLRTestKind>
-    <!-- <DefineConstants>$(DefineConstants);STATIC</DefineConstants> -->
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <IsTestProject>false</IsTestProject>
   </PropertyGroup>
index c152b0d..82e23a9 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>1</CLRTestPriority>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
index 227e24e..9fd932e 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>1</CLRTestPriority>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
index 5938808..ed138cc 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>1</CLRTestPriority>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
index e3f412d..6d5ae5c 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
index 214f067..60f19b5 100644 (file)
@@ -3,7 +3,6 @@
     <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
     <OutputType>exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <JitOptimizationSensitive>true</JitOptimizationSensitive>
index e350257..f15d80e 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <!-- Test unsupported outside of windows -->
index f917f93..433fbf7 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
     <GCStressIncompatible>true</GCStressIncompatible>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <!-- https://github.com/dotnet/coreclr/issues/24423 -->
index ef9d20f..c6c0371 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <!-- Test unsupported outside of windows -->
index 65fbe73..7033605 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
index fd5fa3b..da48f7a 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>
   <ItemGroup>
index 0f44ddb..48da17f 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
     <!-- Due to https://github.com/dotnet/coreclr/issues/22247 -->
index d1d6ec5..67b146c 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
     <!-- Due to https://github.com/dotnet/coreclr/issues/22247 -->
index 2450266..3a84775 100644 (file)
@@ -2,7 +2,6 @@
   <PropertyGroup>
     <OutputType>Exe</OutputType>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <CLRTestPriority>0</CLRTestPriority>
     <GCStressIncompatible>true</GCStressIncompatible>
     <!-- Due to https://github.com/dotnet/coreclr/issues/22247 -->
index 0865ef1..d9745a4 100644 (file)
@@ -3,7 +3,6 @@
     <OutputType>Exe</OutputType>
     <GCStressIncompatible>true</GCStressIncompatible>
     <CLRTestKind>BuildAndRun</CLRTestKind>
-    <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
     <CLRTestPriority>0</CLRTestPriority>
   </PropertyGroup>