summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJiyoung Giuliana Yun <t2wish@gmail.com>2016-05-20 09:01:53 +0900
committerJan Kotas <jkotas@microsoft.com>2016-05-19 17:01:53 -0700
commitec5f215aff689ff4db698cfc11d9e48691398f67 (patch)
treebdd36858bfe503377850ba28956c81e816131dee /tests
parent9d7254efd6d1ef5d7c9aa8583eb1f6cccff6dfbc (diff)
downloadcoreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.tar.gz
coreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.tar.bz2
coreclr-ec5f215aff689ff4db698cfc11d9e48691398f67.zip
Fix case-sensitive issue on Linux (#5086)
Fix #5035 The file paths should be case-sensitive on Linux. Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj4
-rw-r--r--tests/src/GC/Features/BackgroundGC/foregroundgc.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj4
-rw-r--r--tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj4
-rw-r--r--tests/src/GC/Features/HeapExpansion/expandheap.csproj4
-rw-r--r--tests/src/GC/Features/HeapExpansion/pluggaps.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj4
-rw-r--r--tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj4
-rw-r--r--tests/src/GC/Features/LOHCompaction/lohpin.csproj4
-rw-r--r--tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj4
-rw-r--r--tests/src/GC/Features/PartialCompaction/eco1.csproj4
-rw-r--r--tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj4
-rw-r--r--tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj4
-rw-r--r--tests/src/GC/Features/SustainedLowLatency/scenario.csproj4
-rw-r--r--tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj4
-rw-r--r--tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj4
-rw-r--r--tests/src/GC/LargeMemory/API/gc/collect.csproj6
-rw-r--r--tests/src/GC/LargeMemory/API/gc/getgeneration.csproj8
-rw-r--r--tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj8
-rw-r--r--tests/src/GC/LargeMemory/API/gc/keepalive.csproj8
-rw-r--r--tests/src/GC/LargeMemory/API/gc/largeobject.csproj4
-rw-r--r--tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj8
-rw-r--r--tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj8
-rw-r--r--tests/src/GC/LargeMemory/Allocation/finalizertest.csproj8
-rw-r--r--tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj8
-rw-r--r--tests/src/GC/LargeMemory/Allocation/largeobject.csproj4
-rw-r--r--tests/src/GC/LargeMemory/Regressions/largearraytest.csproj4
-rw-r--r--tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj4
-rw-r--r--tests/src/GC/Scenarios/BaseFinal/basefinal.csproj4
-rw-r--r--tests/src/GC/Scenarios/BinTree/bintree.csproj6
-rw-r--r--tests/src/GC/Scenarios/BinTree/thdtree.csproj6
-rw-r--r--tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj6
-rw-r--r--tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj6
-rw-r--r--tests/src/GC/Scenarios/Boxing/arrcpy.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/gcvariant.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/gcvariant2.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/gcvariant3.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/gcvariant4.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/simpvariant.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/vararystress.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/variantint.csproj4
-rw-r--r--tests/src/GC/Scenarios/Boxing/variantlinklist.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/dlstack.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj4
-rw-r--r--tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj4
-rw-r--r--tests/src/GC/Scenarios/Dynamo/dynamo.csproj12
-rw-r--r--tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj4
-rw-r--r--tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj4
-rw-r--r--tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj4
-rw-r--r--tests/src/GC/Scenarios/FragMan/fragman.csproj4
-rw-r--r--tests/src/GC/Scenarios/GCBase1/gc_base1.csproj4
-rw-r--r--tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj4
-rw-r--r--tests/src/GC/Scenarios/GCBench/gcbench.csproj4
-rw-r--r--tests/src/GC/Scenarios/LeakGen/leakgen.csproj4
-rw-r--r--tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj4
-rw-r--r--tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj4
-rw-r--r--tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj4
-rw-r--r--tests/src/GC/Scenarios/NDPin/ndpin.csproj4
-rw-r--r--tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj4
-rw-r--r--tests/src/GC/Scenarios/RanCollect/rancollect.csproj4
-rw-r--r--tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj4
-rw-r--r--tests/src/GC/Scenarios/Resurrection/continue.csproj4
-rw-r--r--tests/src/GC/Scenarios/Rootmem/rootmem.csproj4
-rw-r--r--tests/src/GC/Scenarios/Samples/gc.csproj4
-rw-r--r--tests/src/GC/Scenarios/ServerModel/servermodel.csproj14
-rw-r--r--tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj4
-rw-r--r--tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj4
-rw-r--r--tests/src/GC/Scenarios/StringCreator/stringcreator.csproj4
-rw-r--r--tests/src/GC/Scenarios/THDChaos/thdchaos.csproj8
-rw-r--r--tests/src/GC/Scenarios/THDList/thdlist.csproj8
-rw-r--r--tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj4
-rw-r--r--tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj4
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj2
-rw-r--r--tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj2
-rw-r--r--tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj2
-rw-r--r--tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj2
-rw-r--r--tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj2
-rw-r--r--tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj2
-rw-r--r--tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj2
-rw-r--r--tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj2
-rw-r--r--tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj2
-rw-r--r--tests/src/Regressions/assemblyref/test.csproj4
-rw-r--r--tests/src/Regressions/common/testClass.csproj4
-rw-r--r--tests/src/Regressions/common/testInterface.csproj4
142 files changed, 271 insertions, 271 deletions
diff --git a/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj b/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj
index 3158d18490..29c4261996 100644
--- a/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj
+++ b/tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ConcurrentSpin2.cs" />
+ <Compile Include="concurrentspin2.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj b/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj
index 5ee010d6b9..9ea109aff8 100644
--- a/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj
+++ b/tests/src/GC/Features/BackgroundGC/foregroundgc.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ForegroundGC.cs" />
+ <Compile Include="foregroundgc.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj b/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj
index 696e39d4de..e77a0aba47 100644
--- a/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeIO.cs" />
+ <Compile Include="finalizeio.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj
index 8a4ded8792..7586b9c5a9 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeArray.cs" />
+ <Compile Include="finalizearray.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj
index f4c6e5f194..a9966cc171 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeArraySleep.cs" />
+ <Compile Include="finalizearraysleep.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj
index 67b6120ec6..7255f62d06 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeDest.cs" />
+ <Compile Include="finalizedest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj
index 048f95baa5..8ad6d5f925 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeExcep.cs" />
+ <Compile Include="finalizeexcep.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj
index 09810c42fd..74f42dc6bc 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeInherit.cs" />
+ <Compile Include="finalizeinherit.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj b/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj
index 2b2783054a..b032f6e80b 100644
--- a/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj
+++ b/tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizeNested.cs" />
+ <Compile Include="finalizenested.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/HeapExpansion/expandheap.csproj b/tests/src/GC/Features/HeapExpansion/expandheap.csproj
index 9722347261..033beaf1aa 100644
--- a/tests/src/GC/Features/HeapExpansion/expandheap.csproj
+++ b/tests/src/GC/Features/HeapExpansion/expandheap.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ExpandHeap.cs" />
+ <Compile Include="expandheap.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/HeapExpansion/pluggaps.csproj b/tests/src/GC/Features/HeapExpansion/pluggaps.csproj
index 474b393795..c24bbdaa29 100644
--- a/tests/src/GC/Features/HeapExpansion/pluggaps.csproj
+++ b/tests/src/GC/Features/HeapExpansion/pluggaps.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="PlugGaps.cs" />
+ <Compile Include="pluggaps.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj
index a87917a7df..c6e3ed4206 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveArray.cs" />
+ <Compile Include="keepalivearray.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj
index a6f0c2a8f8..dc02519472 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveDirectedGraph.cs" />
+ <Compile Include="keepalivedirectedgraph.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
index 590b4f676f..4028c91bc3 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveFinalize.cs" />
+ <Compile Include="keepalivefinalize.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj
index 3197ab0e5c..e1a25988b9 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveHandle.cs" />
+ <Compile Include="keepalivehandle.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj
index a1281ab400..eaeaf6ddeb 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveScope.cs" />
+ <Compile Include="keepalivescope.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj
index 4681c8bfec..c64dfc4e20 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveTry.cs" />
+ <Compile Include="keepalivetry.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj
index aca672b129..8354695a00 100644
--- a/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj
+++ b/tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAliveTypes.cs" />
+ <Compile Include="keepalivetypes.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj b/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj
index 3da854d84c..7511425a70 100644
--- a/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHCompact_Stress.cs" />
+ <Compile Include="lohcompact_stress.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj
index 55a29756f8..a44331c9c7 100644
--- a/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHCompactAPI.cs" />
+ <Compile Include="lohcompactapi.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj
index 9dc2e8a791..95afd029f5 100644
--- a/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHCompactAPI2.cs" />
+ <Compile Include="lohcompactapi2.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj
index 2e4d710bf3..476e389d89 100644
--- a/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHCompactAPI_Exceptions.cs" />
+ <Compile Include="lohcompactapi_exceptions.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj b/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj
index 6e0f5e7036..25fe79623c 100644
--- a/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHCompactScenarioRepro.cs" />
+ <Compile Include="lohcompactscenariorepro.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHCompaction/lohpin.csproj b/tests/src/GC/Features/LOHCompaction/lohpin.csproj
index 43d99c5b74..f799055b96 100644
--- a/tests/src/GC/Features/LOHCompaction/lohpin.csproj
+++ b/tests/src/GC/Features/LOHCompaction/lohpin.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHPin.cs" />
+ <Compile Include="lohpin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj b/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj
index c1d02068c8..9b0e7ef387 100644
--- a/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj
+++ b/tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LOHFragmentation.cs" />
+ <Compile Include="lohfragmentation.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/PartialCompaction/eco1.csproj b/tests/src/GC/Features/PartialCompaction/eco1.csproj
index 74314e8cb9..15f79b7a30 100644
--- a/tests/src/GC/Features/PartialCompaction/eco1.csproj
+++ b/tests/src/GC/Features/PartialCompaction/eco1.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ECO1.cs" />
+ <Compile Include="eco1.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj b/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj
index ec9e5949e7..3e489dbee5 100644
--- a/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj
+++ b/tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="PartialCompactionTest.cs" />
+ <Compile Include="partialcompactiontest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj b/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj
index 9c2b2ddde6..d582b1be08 100644
--- a/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj
+++ b/tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="PartialCompactionwLOH.cs" />
+ <Compile Include="partialcompactionwloh.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/SustainedLowLatency/scenario.csproj b/tests/src/GC/Features/SustainedLowLatency/scenario.csproj
index 028c7803dd..4393c0387f 100644
--- a/tests/src/GC/Features/SustainedLowLatency/scenario.csproj
+++ b/tests/src/GC/Features/SustainedLowLatency/scenario.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="Scenario.cs" />
+ <Compile Include="scenario.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj
index 92728a0c3b..87102b2844 100644
--- a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj
+++ b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SustainedLowLatency_Race.cs" />
+ <Compile Include="sustainedlowlatency_race.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj
index b9843cecc8..c76bb561a7 100644
--- a/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj
+++ b/tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SustainedLowLatency_Race_Reverse.cs" />
+ <Compile Include="sustainedlowlatency_race_reverse.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/LargeMemory/API/gc/collect.csproj b/tests/src/GC/LargeMemory/API/gc/collect.csproj
index 7977d9f894..0c12fa52ac 100644
--- a/tests/src/GC/LargeMemory/API/gc/collect.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/collect.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="Collect.cs" />
+ <Compile Include="collect.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
diff --git a/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj b/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj
index a9f17b6d41..e12132a932 100644
--- a/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/getgeneration.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GetGeneration.cs" />
+ <Compile Include="getgeneration.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj b/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj
index eed7eaf53b..be5141a8f4 100644
--- a/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GetTotalMemory.cs" />
+ <Compile Include="gettotalmemory.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/API/gc/keepalive.csproj b/tests/src/GC/LargeMemory/API/gc/keepalive.csproj
index df150a43d3..12a2a3ec75 100644
--- a/tests/src/GC/LargeMemory/API/gc/keepalive.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/keepalive.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="KeepAlive.cs" />
+ <Compile Include="keepalive.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/API/gc/largeobject.csproj b/tests/src/GC/LargeMemory/API/gc/largeobject.csproj
index 519a2816bf..a6f934149a 100644
--- a/tests/src/GC/LargeMemory/API/gc/largeobject.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/largeobject.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LargeObject.cs" />
+ <Compile Include="largeobject.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj b/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj
index f9c32a0323..38021fa024 100644
--- a/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ReRegisterForFinalize.cs" />
+ <Compile Include="reregisterforfinalize.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj b/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj
index fabdadccf6..ed74f9b0e3 100644
--- a/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj
+++ b/tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SuppressFinalize.cs" />
+ <Compile Include="suppressfinalize.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj b/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj
index ee749dc40e..09fe192fb6 100644
--- a/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj
+++ b/tests/src/GC/LargeMemory/Allocation/finalizertest.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalizerTest.cs" />
+ <Compile Include="finalizertest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj b/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj
index 11c4fd7ccc..1a1ddf81d5 100644
--- a/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj
+++ b/tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LargeExceptionTest.cs" />
+ <Compile Include="largeexceptiontest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -38,8 +38,8 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="LargeObject.csproj" />
- <ProjectReference Include="MemCheck.csproj" />
+ <ProjectReference Include="largeobject.csproj" />
+ <ProjectReference Include="memcheck.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -47,4 +47,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/GC/LargeMemory/Allocation/largeobject.csproj b/tests/src/GC/LargeMemory/Allocation/largeobject.csproj
index 519a2816bf..a6f934149a 100644
--- a/tests/src/GC/LargeMemory/Allocation/largeobject.csproj
+++ b/tests/src/GC/LargeMemory/Allocation/largeobject.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LargeObject.cs" />
+ <Compile Include="largeobject.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj b/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj
index 2b9dd89357..9671a2e694 100644
--- a/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj
+++ b/tests/src/GC/LargeMemory/Regressions/largearraytest.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LargeArrayTest.cs" />
+ <Compile Include="largearraytest.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj b/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj
index 7381bf0c21..7e966da706 100644
--- a/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj
+++ b/tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="PressureOverflow.cs" />
+ <Compile Include="pressureoverflow.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj b/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj
index a11454acde..38676cf4d3 100644
--- a/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj
+++ b/tests/src/GC/Scenarios/BaseFinal/basefinal.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="BaseFinal.cs" />
+ <Compile Include="basefinal.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/BinTree/bintree.csproj b/tests/src/GC/Scenarios/BinTree/bintree.csproj
index 8acbccd41d..b6108b77b9 100644
--- a/tests/src/GC/Scenarios/BinTree/bintree.csproj
+++ b/tests/src/GC/Scenarios/BinTree/bintree.csproj
@@ -27,8 +27,8 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="BinTree.cs" />
- <Compile Include="TreeThread.cs" />
+ <Compile Include="bintree.cs" />
+ <Compile Include="treethread.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -44,4 +44,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/BinTree/thdtree.csproj b/tests/src/GC/Scenarios/BinTree/thdtree.csproj
index 3d6ffe3d86..ea18012619 100644
--- a/tests/src/GC/Scenarios/BinTree/thdtree.csproj
+++ b/tests/src/GC/Scenarios/BinTree/thdtree.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ThdTree.cs" />
+ <Compile Include="thdtree.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -37,7 +37,7 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="BinTree.csproj" />
+ <ProjectReference Include="bintree.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj b/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj
index d97506bfea..ce84cac8dc 100644
--- a/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj
+++ b/tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ThdTreeGrowingObj.cs" />
+ <Compile Include="thdtreegrowingobj.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -37,7 +37,7 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="BinTree.csproj" />
+ <ProjectReference Include="bintree.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj b/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj
index 8849ad76b9..fc244a9b0e 100644
--- a/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj
+++ b/tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ThdTreeLivingObj.cs" />
+ <Compile Include="thdtreelivingobj.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -37,7 +37,7 @@
<ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="BinTree.csproj" />
+ <ProjectReference Include="bintree.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/arrcpy.csproj b/tests/src/GC/Scenarios/Boxing/arrcpy.csproj
index 8a6b60dae6..0905fe709c 100644
--- a/tests/src/GC/Scenarios/Boxing/arrcpy.csproj
+++ b/tests/src/GC/Scenarios/Boxing/arrcpy.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ArrCpy.cs" />
+ <Compile Include="arrcpy.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant.csproj
index 5df120160d..588323c9fd 100644
--- a/tests/src/GC/Scenarios/Boxing/gcvariant.csproj
+++ b/tests/src/GC/Scenarios/Boxing/gcvariant.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GCVariant.cs" />
+ <Compile Include="gcvariant.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj
index cc533d82f2..0ad792650e 100644
--- a/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj
+++ b/tests/src/GC/Scenarios/Boxing/gcvariant2.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GCVariant2.cs" />
+ <Compile Include="gcvariant2.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj
index a53ea2b8fe..ab28683f68 100644
--- a/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj
+++ b/tests/src/GC/Scenarios/Boxing/gcvariant3.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GCVariant3.cs" />
+ <Compile Include="gcvariant3.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj b/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj
index 9aa256bb9b..8f04fcecb4 100644
--- a/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj
+++ b/tests/src/GC/Scenarios/Boxing/gcvariant4.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GCVariant4.cs" />
+ <Compile Include="gcvariant4.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/simpvariant.csproj b/tests/src/GC/Scenarios/Boxing/simpvariant.csproj
index 81166fc00c..e9aba0609b 100644
--- a/tests/src/GC/Scenarios/Boxing/simpvariant.csproj
+++ b/tests/src/GC/Scenarios/Boxing/simpvariant.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SimpVariant.cs" />
+ <Compile Include="simpvariant.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/vararystress.csproj b/tests/src/GC/Scenarios/Boxing/vararystress.csproj
index 2a111f4d98..8e57c2e33f 100644
--- a/tests/src/GC/Scenarios/Boxing/vararystress.csproj
+++ b/tests/src/GC/Scenarios/Boxing/vararystress.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="VarAryStress.cs" />
+ <Compile Include="vararystress.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/variantint.csproj b/tests/src/GC/Scenarios/Boxing/variantint.csproj
index 4b06f35ad2..f52e435006 100644
--- a/tests/src/GC/Scenarios/Boxing/variantint.csproj
+++ b/tests/src/GC/Scenarios/Boxing/variantint.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="VariantInt.cs" />
+ <Compile Include="variantint.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj b/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj
index f0575ce347..bbc2a1c634 100644
--- a/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj
+++ b/tests/src/GC/Scenarios/Boxing/variantlinklist.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="VariantLinkList.cs" />
+ <Compile Include="variantlinklist.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj b/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj
index 28d5fc98c1..3604b4dcd0 100644
--- a/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj
@@ -28,7 +28,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="doubLink.cs" />
+ <Compile Include="DoubLink.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -44,4 +44,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj
index fa08252434..649cd24e85 100644
--- a/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="dLBigleak.cs" />
+ <Compile Include="dlbigleak.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj
index 47b60408d1..a2086ea3f7 100644
--- a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="DLBigLeakThd.cs" />
+ <Compile Include="dlbigleakthd.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj
index 51b606c677..a2086ea3f7 100644
--- a/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="dLBigLeakThd.cs" />
+ <Compile Include="dlbigleakthd.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj b/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj
index 268a91b3a2..ccde220add 100644
--- a/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="DLCollect.cs" />
+ <Compile Include="dlcollect.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj b/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj
index 0eac9c676a..70d2fe6755 100644
--- a/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/dlstack.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="DLStack.cs" />
+ <Compile Include="dlstack.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -46,4 +46,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj
index b0ebf65045..ecefd7d612 100644
--- a/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="doubLinkGen.cs" />
+ <Compile Include="doublinkgen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj
index 5ac2e521e6..ad0388bc21 100644
--- a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="doubLinkNoLeak.cs" />
+ <Compile Include="doublinknoleak.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -46,4 +46,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj
index b387806623..6a0d01c1b1 100644
--- a/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="doubLinkNoLeak2.cs" />
+ <Compile Include="doublinknoleak2.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj b/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj
index 95c34308a0..b4b60c2b54 100644
--- a/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj
+++ b/tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="DoubLinkStay.cs" />
+ <Compile Include="doublinkstay.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Dynamo/dynamo.csproj b/tests/src/GC/Scenarios/Dynamo/dynamo.csproj
index c1963cb919..30b88db431 100644
--- a/tests/src/GC/Scenarios/Dynamo/dynamo.csproj
+++ b/tests/src/GC/Scenarios/Dynamo/dynamo.csproj
@@ -28,11 +28,11 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="Dynamo.cs" />
- <Compile Include="BaseNode.cs" />
- <Compile Include="DynamoNode.cs" />
- <Compile Include="RandomNode.cs" />
- <Compile Include="StaticNode.cs" />
+ <Compile Include="dynamo.cs" />
+ <Compile Include="basenode.cs" />
+ <Compile Include="dynamonode.cs" />
+ <Compile Include="randomnode.cs" />
+ <Compile Include="staticnode.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -48,4 +48,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj b/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj
index 5ea0a227c9..6d7a2d172e 100644
--- a/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj
+++ b/tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FinalNStruct.cs" />
+ <Compile Include="finalnstruct.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj b/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj
index 74479be37d..31bbfb1ae3 100644
--- a/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj
+++ b/tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="NStructResur.cs" />
+ <Compile Include="nstructresur.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj b/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj
index b272f18ca7..a2bfdb1c51 100644
--- a/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj
+++ b/tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="NStructTun.cs" />
+ <Compile Include="nstructtun.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -45,4 +45,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/FragMan/fragman.csproj b/tests/src/GC/Scenarios/FragMan/fragman.csproj
index 6ecec0fdbb..b5ba33815d 100644
--- a/tests/src/GC/Scenarios/FragMan/fragman.csproj
+++ b/tests/src/GC/Scenarios/FragMan/fragman.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="FragMan.cs" />
+ <Compile Include="fragman.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj b/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj
index f1220605d9..89737b193d 100644
--- a/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj
+++ b/tests/src/GC/Scenarios/GCBase1/gc_base1.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GC_Base1.cs" />
+ <Compile Include="gc_base1.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj b/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj
index 4d8f3bcb8e..9409d71c2c 100644
--- a/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj
+++ b/tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GC_Base1.cs" />
+ <Compile Include="gc_base1.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/GCBench/gcbench.csproj b/tests/src/GC/Scenarios/GCBench/gcbench.csproj
index 4644445bc8..6ab7aaab3e 100644
--- a/tests/src/GC/Scenarios/GCBench/gcbench.csproj
+++ b/tests/src/GC/Scenarios/GCBench/gcbench.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GCBench.cs" />
+ <Compile Include="gcbench.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/LeakGen/leakgen.csproj b/tests/src/GC/Scenarios/LeakGen/leakgen.csproj
index b7c433afab..ebede9f3de 100644
--- a/tests/src/GC/Scenarios/LeakGen/leakgen.csproj
+++ b/tests/src/GC/Scenarios/LeakGen/leakgen.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LeakGen.cs" />
+ <Compile Include="leakgen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj b/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj
index 2cc9142b8f..254f4c4979 100644
--- a/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj
+++ b/tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LeakGenThrd.cs" />
+ <Compile Include="leakgenthrd.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj b/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj
index 42b21c21ea..7e7a1ed27a 100644
--- a/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj
+++ b/tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="LeakWheel.cs" />
+ <Compile Include="leakwheel.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj b/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj
index 68df7ea3fb..06014396d8 100644
--- a/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj
+++ b/tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="MinLeakGen.cs" />
+ <Compile Include="minleakgen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/NDPin/ndpin.csproj b/tests/src/GC/Scenarios/NDPin/ndpin.csproj
index d39984c8e0..16e94858fe 100644
--- a/tests/src/GC/Scenarios/NDPin/ndpin.csproj
+++ b/tests/src/GC/Scenarios/NDPin/ndpin.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="NDPin.cs" />
+ <Compile Include="ndpin.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj b/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj
index e730421cb1..ef830a7499 100644
--- a/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj
+++ b/tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="NDPinFinal.cs" />
+ <Compile Include="ndpinfinal.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/RanCollect/rancollect.csproj b/tests/src/GC/Scenarios/RanCollect/rancollect.csproj
index 8757338291..73acc2463c 100644
--- a/tests/src/GC/Scenarios/RanCollect/rancollect.csproj
+++ b/tests/src/GC/Scenarios/RanCollect/rancollect.csproj
@@ -27,7 +27,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="RanCollect.cs" />
+ <Compile Include="rancollect.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -43,4 +43,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj b/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj
index 80af403b9a..2cf6c9f131 100644
--- a/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj
+++ b/tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ReflectObj.cs" />
+ <Compile Include="reflectobj.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Resurrection/continue.csproj b/tests/src/GC/Scenarios/Resurrection/continue.csproj
index ee75dc4ec8..c0d92babaa 100644
--- a/tests/src/GC/Scenarios/Resurrection/continue.csproj
+++ b/tests/src/GC/Scenarios/Resurrection/continue.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="Continue.cs" />
+ <Compile Include="continue.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Rootmem/rootmem.csproj b/tests/src/GC/Scenarios/Rootmem/rootmem.csproj
index 4cdf6f244a..2da835fb67 100644
--- a/tests/src/GC/Scenarios/Rootmem/rootmem.csproj
+++ b/tests/src/GC/Scenarios/Rootmem/rootmem.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="RootMem.cs" />
+ <Compile Include="rootmem.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/Samples/gc.csproj b/tests/src/GC/Scenarios/Samples/gc.csproj
index c72b11b7bb..d7d9be39ed 100644
--- a/tests/src/GC/Scenarios/Samples/gc.csproj
+++ b/tests/src/GC/Scenarios/Samples/gc.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="GC.cs" />
+ <Compile Include="gc.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/ServerModel/servermodel.csproj b/tests/src/GC/Scenarios/ServerModel/servermodel.csproj
index a88e62eb9f..4ce8984fa4 100644
--- a/tests/src/GC/Scenarios/ServerModel/servermodel.csproj
+++ b/tests/src/GC/Scenarios/ServerModel/servermodel.csproj
@@ -28,12 +28,12 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="Cache.cs" />
- <Compile Include="Parameters.cs" />
- <Compile Include="Request.cs" />
- <Compile Include="Server.cs" />
- <Compile Include="ServerModel.cs" />
- <Compile Include="Settings.cs" />
+ <Compile Include="cache.cs" />
+ <Compile Include="parameters.cs" />
+ <Compile Include="request.cs" />
+ <Compile Include="server.cs" />
+ <Compile Include="servermodel.cs" />
+ <Compile Include="settings.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -49,4 +49,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj b/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj
index 1e5a48f067..56996f31d2 100644
--- a/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj
+++ b/tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SingLinkGen.cs" />
+ <Compile Include="singlinkgen.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj b/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj
index 72dd2df13c..a402b69f13 100644
--- a/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj
+++ b/tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="SingLinkStay.cs" />
+ <Compile Include="singlinkstay.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
index 6c2e49c997..4dcf00f22a 100644
--- a/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
+++ b/tests/src/GC/Scenarios/StringCreator/stringcreator.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="StringCreator.cs" />
+ <Compile Include="stringcreator.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj b/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj
index 96de3a3ba8..71a1de1300 100644
--- a/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj
+++ b/tests/src/GC/Scenarios/THDChaos/thdchaos.csproj
@@ -26,9 +26,9 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="MasterThread.cs" />
- <Compile Include="ThdChaos.cs" />
- <Compile Include="LivingObject.cs" />
+ <Compile Include="masterthread.cs" />
+ <Compile Include="thdchaos.cs" />
+ <Compile Include="livingobject.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -44,4 +44,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/THDList/thdlist.csproj b/tests/src/GC/Scenarios/THDList/thdlist.csproj
index 92d87e1c7f..8c4a0b8d7f 100644
--- a/tests/src/GC/Scenarios/THDList/thdlist.csproj
+++ b/tests/src/GC/Scenarios/THDList/thdlist.csproj
@@ -26,9 +26,9 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="ThdList.cs" />
- <Compile Include="LLThread.cs" />
- <Compile Include="LinkedList.cs" />
+ <Compile Include="thdlist.cs" />
+ <Compile Include="llthread.cs" />
+ <Compile Include="linkedlist.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -44,4 +44,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj b/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj
index 6fca7a9b16..d41f82cac6 100644
--- a/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj
+++ b/tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="WeakRefFinal.cs" />
+ <Compile Include="weakreffinal.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj b/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj
index ecb0bea297..b2938e663b 100644
--- a/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj
+++ b/tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj
@@ -26,7 +26,7 @@
</ItemGroup>
<ItemGroup>
<!-- Add Compile Object Here -->
- <Compile Include="MulDimJagAry.cs" />
+ <Compile Include="muldimjagary.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -42,4 +42,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj
index 3ffd008161..5fa4c00068 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyByteArray.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyByteArray.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj
index 694e3d61ab..9238d5c466 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyCharArray.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyCharArray.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj
index 11cd0eb138..264498b63a 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyDoubleArray.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj
index c2a8723ef8..19b6146277 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyInt16Array.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj
index 81c43e7133..5adbd72142 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyInt32Array.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj
index d0726d2735..e6e7575e2e 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyInt64Array.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj
index 2959a9937d..260783c4c9 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopyIntPtrArray.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj b/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj
index 8ae20ac068..d9c40c0230 100644
--- a/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj
+++ b/tests/src/Interop/MarshalAPI/Copy/CopySingleArray.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="CopySingleArray.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj b/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
index 1e326ae4ae..68c33515b0 100644
--- a/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
+++ b/tests/src/Interop/MarshalAPI/FunctionPointer/FunctionPtrTest.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj b/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj
index 20a1a077b4..69840800dd 100644
--- a/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj
+++ b/tests/src/Interop/MarshalAPI/GetExceptionForHR/GetExceptionForHR.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj
index c470b76894..c4737801f3 100644
--- a/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj
+++ b/tests/src/Interop/MarshalAPI/GetNativeVariantForObject/GetNativeVariantForObject.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj
index 5bf4fa6f52..edce7d7199 100644
--- a/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj
+++ b/tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/GetObjectForNativeVariant.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj
index d4d7fc372b..13560bdec1 100644
--- a/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj
+++ b/tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/GetObjectsForNativeVariants.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj b/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
index dbf5fdfde0..391f5ed57b 100644
--- a/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
+++ b/tests/src/Interop/MarshalAPI/IUnknown/IUnknownTest.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj b/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj
index 166c6d84d8..e92554398a 100644
--- a/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj
+++ b/tests/src/Interop/MarshalAPI/Miscellaneous/AutoLayoutStructure.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AutoLayoutStructure.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj b/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj
index 1919b56077..b1f8120690 100644
--- a/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj
+++ b/tests/src/Interop/MarshalAPI/Miscellaneous/MarshalClassTests.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="MarshalClassTests.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj
index b59cb3eba6..89a27dac54 100644
--- a/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj
+++ b/tests/src/Interop/MarshalAPI/OffsetOf/OffsetOf.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj
index d6ef04307a..2e4d243f28 100644
--- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj
+++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteByte.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ReadWriteByte.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj
index 5985d8e622..edc29b80e7 100644
--- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj
+++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt16.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ReadWriteInt16.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj
index eb98e042ae..45312d8a26 100644
--- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj
+++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt32.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ReadWriteInt32.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj
index d9883d55f2..dc9efe246b 100644
--- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj
+++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteInt64.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ReadWriteInt64.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj
index 1afed52338..5080c029c5 100644
--- a/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj
+++ b/tests/src/Interop/MarshalAPI/ReadWrite/ReadWriteIntPtr.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="ReadWriteIntPtr.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj b/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj
index d4528a574c..af3dfa0386 100644
--- a/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj
+++ b/tests/src/Interop/MarshalAPI/String/StringMarshalingTest.csproj
@@ -45,4 +45,4 @@
</ProjectReference>
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj
index 969137e3f5..9ebc16dae7 100644
--- a/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj
+++ b/tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/UnsafeAddrOfPinnedArrayElement.csproj
@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="*.cs" />
- <Compile Include="..\..\Common\Assertion.cs" />
+ <Compile Include="..\..\common\Assertion.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
index 84f3b64687..65668a7088 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_d.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
index df3b854cde..f59ce52734 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_do.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
index c2d6076872..5ab24b3189 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_r.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
index ff8a3d63f6..fb7a2bf1d8 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv1_cs_ro.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv1.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
index 16f3f37521..98b3d5592d 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_d.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
index 5d2ea31963..0b45c9bbff 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_do.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
index a2cf1a23ad..3d2bc4d9cb 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_r.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
index 34791f4f07..69583a6496 100644
--- a/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
+++ b/tests/src/JIT/Directed/perffix/primitivevt/callconv2_cs_ro.csproj
@@ -35,7 +35,7 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="callconv2.cs" />
- <ProjectReference Include="..\..\PREFIX\primitivevt\helper.csproj" />
+ <ProjectReference Include="..\..\PREFIX\PrimitiveVT\helper.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="$(JitPackagesConfigFileDirectory)minimal\project.json" />
diff --git a/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj b/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
index 5c2fb1e8ca..decbdcdc7d 100644
--- a/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
+++ b/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj
@@ -33,7 +33,7 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
- <Compile Include="Bytemark.cs" />
+ <Compile Include="ByteMark.cs" />
<Compile Include="Huffman.cs" />
<Compile Include="StringSort.cs" />
<Compile Include="assign_jagged.cs" />
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj
index 99b2b20550..3510d63853 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj
index 62a88991db..b202da8cad 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset1_o.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj
index 506ea96e64..cf9ed68171 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj
index 7948de236a..b277f92361 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset2_o.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj
index 9834bb623b..c191c76e90 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj
index 2e811b9569..a45fe46f1c 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nestedTryRegionsWithSameOffset3_o.csproj
@@ -45,7 +45,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj b/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj
index 48839332d4..4decddec7e 100644
--- a/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj
+++ b/tests/src/JIT/jit64/eh/FinallyExec/nonlocalgotoinatryblockinahandler.csproj
@@ -44,7 +44,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj b/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj
index 83126c4c53..b3b250e2ef 100644
--- a/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj
+++ b/tests/src/JIT/jit64/eh/Leaves/nonlocalexitfromnestedcatch.csproj
@@ -44,7 +44,7 @@
<ProjectLockJson>$(JitPackagesConfigFileDirectory)minimal\project.lock.json</ProjectLockJson>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\common\common.csproj" />
+ <ProjectReference Include="..\Common\common.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
diff --git a/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj b/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
index 972c684df6..a9f7368f17 100644
--- a/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
+++ b/tests/src/Loader/classloader/explicitlayout/misc/derivedExplicitClass.csproj
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
- <Compile Include="derivedExplicitClass.cs" />
+ <Compile Include="derivedexplicitclass.cs" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj b/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
index 5260347cea..5dfe2d2b5f 100644
--- a/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
+++ b/tests/src/Loader/classloader/generics/regressions/vsw524571/StaticsProblem5.csproj
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
- <Compile Include="StaticsProblem5.cs" />
+ <Compile Include="staticsproblem5.cs" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj b/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj
index 55b4f9f4e9..1c138c74e7 100644
--- a/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj
+++ b/tests/src/Loader/classloader/nesting/coreclr/VSW491577.csproj
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
- <Compile Include="VSW491577.cs" />
+ <Compile Include="vsw491577.cs" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj b/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
index 24b945c8eb..2d020e41a3 100644
--- a/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
+++ b/tests/src/Loader/classloader/regressions/434481/b434481_GenericRecurInit.csproj
@@ -24,7 +24,7 @@
</ItemGroup>
<ItemGroup>
- <Compile Include="b434481_GenericRecurInit.cs" />
+ <Compile Include="b434481_genericrecurinit.cs" />
</ItemGroup>
<ItemGroup>
diff --git a/tests/src/Regressions/assemblyref/test.csproj b/tests/src/Regressions/assemblyref/test.csproj
index 93b321fe69..d3a2a72762 100644
--- a/tests/src/Regressions/assemblyref/test.csproj
+++ b/tests/src/Regressions/assemblyref/test.csproj
@@ -28,7 +28,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
- <Compile Include="Test.cs" />
+ <Compile Include="test.cs" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
@@ -44,4 +44,4 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/Regressions/common/testClass.csproj b/tests/src/Regressions/common/testClass.csproj
index 08498f5163..1e3ceaee83 100644
--- a/tests/src/Regressions/common/testClass.csproj
+++ b/tests/src/Regressions/common/testClass.csproj
@@ -26,7 +26,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
- <Compile Include="TestClass.cs" />
+ <Compile Include="testClass.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
@@ -41,4 +41,4 @@
<Name>coreclr</Name>
</ProjectReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>
diff --git a/tests/src/Regressions/common/testInterface.csproj b/tests/src/Regressions/common/testInterface.csproj
index 8531310cb1..d212323dfb 100644
--- a/tests/src/Regressions/common/testInterface.csproj
+++ b/tests/src/Regressions/common/testInterface.csproj
@@ -26,7 +26,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
- <Compile Include="TestInterface.cs" />
+ <Compile Include="testInterface.cs" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
@@ -41,4 +41,4 @@
<Name>coreclr</Name>
</ProjectReference>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>