From: Andy Ayers Date: Wed, 22 Feb 2017 17:31:14 +0000 (-0800) Subject: Fix projects that specified DebugType incorrectly X-Git-Tag: submit/tizen/20210909.063632~11030^2~8001^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97b475e1d32d28970d932a5e68d4fe7859292dff;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix projects that specified DebugType incorrectly Make conditional DebugType properties uncondtional. Fix debug type and optimize settings for _d and _do suffixed tests. Remove conditional DebugType propery if there is also an unconditonal property. Commit migrated from https://github.com/dotnet/coreclr/commit/e36c46a2e53dabb008e89b10ed138f0ccf7f192a --- diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj index f764e28..7cbfefc 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj index 597fe79..9bc9368 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int16_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj index bdfc6ba..bf2ea0b 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj index 0a6de6a..19d9d6a 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int32_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj index cd8b51c..3ae302f 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj index 383d142..4a2c9b5 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/int64_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj index fd35c22..0a379d5 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj index 4315d48..fc4a0d9 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint16_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj index efb0a3d..9e8a98b 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj index 7f1fb83..261456d 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint32_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj index dc1d1e1..f5b60d6 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj index cbef86f..cb929c6 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64Opt_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj index 883a0bc..9bbebb0 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj index 14d2886..0ef55d3 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint64_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj index b5b0fd2..c9e76d7 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj b/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj index 71cfa32..a73ef11 100644 --- a/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj +++ b/src/coreclr/tests/src/JIT/Directed/shift/uint8_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj index 914b5f4..f7a8b50 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj index 0103a75..ac85a95 100644 --- a/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj +++ b/src/coreclr/tests/src/JIT/Generics/Constraints/Call_instance01_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj index b0b5634..c6a0f07 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj index 4176029..0fefffa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm32_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj index 636959e..96e16fa 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,20 +16,16 @@ 7a9bfb7d - - - - + + False - - - - + full + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj index 4940797..bbee4f6 100644 --- a/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/NaN/arithm64_do.csproj @@ -1,4 +1,4 @@ - + @@ -16,18 +16,15 @@ 7a9bfb7d - - - - + + False - - + full True @@ -41,6 +38,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj index 55da5db..7dc4ad3 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,8 +25,8 @@ - - + full + False True True True @@ -45,6 +43,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj index c3d94cc..8c511f7 100644 --- a/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj +++ b/src/coreclr/tests/src/JIT/Methodical/cctor/misc/throw_cs_do.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,7 +25,7 @@ - + full True True True @@ -45,6 +43,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj index 580bd54..54637aa 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Adams/Adams.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj index a8c38ad..2d0a610 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMk2/BenchMk2.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj index a2acd3b..1b7997a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/BenchMrk/BenchMrk.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj index 210f6f1..3b8f194 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Bisect/Bisect.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj index 6ca1184..7c3de4a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/DMath/DMath.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj index bfb377f..0aa3e57 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/FFT/FFT.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj index 416c1b9..e8f558f 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InProd/InProd.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj index c7a4bb9..7f03f0a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/InvMt/InvMt.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj index cabdbd6..db42124 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/LLoops/LLoops.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj index 5934744..8bdba439 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Lorenz/Lorenz.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj index 1323807..de49f9d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/MatInv4/MatInv4.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj index dcf02d3..015839e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtE/NewtE.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj index 1502b85..0060145 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/NewtR/NewtR.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj index 4cd3e0e..1992b8b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Regula/Regula.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj index 64bbe04..5043d44 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Romber/Romber.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj index 1a0758b..adee66b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Secant/Secant.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj index 67f8131..12f9cc3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Simpsn/Simpsn.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj index d371554..e91b8fe 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/SqMtx/SqMtx.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj index 8a46ca6..8fae7ec 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Trap/Trap.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj index 46898e3..5f88ffc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchF/Whetsto/Whetsto.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj index efef461..546c42d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/8Queens/8Queens.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj index 8d0feb5..d1325c3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Ackermann/Ackermann.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj index 2fd1aae..74fe5d7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray/AddArray.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj index cb8f12d..80b39a0 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/AddArray2/AddArray2.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj index b7d7918..7d9a5df 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array1/Array1.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj index 0932bfb..3ab2ab9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Array2/Array2.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj index 0def91f..bd2a534 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BenchE/BenchE.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj index 6fabe89..9b79c1b 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort/BubbleSort.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj index 7b5fb93..d4ba4bf 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/BubbleSort2/BubbleSort2.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj index 599dcd7..563cec2 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/CSieve/CSieve.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj index 2b8c995..7fe0340 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Fib/Fib.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj index 2afbe54..de18496 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/HeapSort/HeapSort.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj index 2fab510..49c6dd4 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/IniArray/IniArray.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj index 0281fb4..ad7714e 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/LogicArray/LogicArray.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj index e7e379b..9935ae9 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Midpoint/Midpoint.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj index 5046b02..900cd67 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/MulMatrix/MulMatrix.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj index ea175a5..1db0871 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/NDhrystone/NDhrystone.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj index cbe2114..2fb56a7 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Permutate/Permutate.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj index d7d212e..d6de3a3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Pi/Pi.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj index 185bb7c..c10bfc3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/Puzzle/Puzzle.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj index f079692..55afb25 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/QuickSort/QuickSort.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj index 919c7d2..fe7bc38 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeInsert/TreeInsert.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj index b9f7851..baecbf3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/TreeSort/TreeSort.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj index 922fd5f..e8cb68d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchI/XposMatrix/XposMatrix.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj index c153dfa..81b5995 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fasta/fasta.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj index 38459d2..a59bffd 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/fastaredux/fastaredux.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj index 8bf75d6..a64ffd3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/nbody/nbody.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj index 005e93a..ca03d89 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/pidigits/pi-digits.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj index 74ec22a..5a736fc 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/BenchmarksGame/spectralnorm/spectralnorm.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj index c26f227..959e68a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Burgers/Burgers.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj index 160660c..78866ac 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Bytemark/Bytemark.csproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,9 @@ true - - - + + + pdbonly true @@ -54,6 +54,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj index d5ad155..f7b6dea 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/FractalPerf/FractalPerf.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj index 99fa3f03..ee33fb8 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Linq/Linq.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj index b99d74b..7aaa239 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Roslyn/CscBench.csproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,9 @@ true - - - + + + pdbonly true @@ -39,6 +39,5 @@ $(JitPackagesConfigFileDirectory)benchmark+roslyn\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj index 73a4c99..885aa5d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/ConsoleMandel/ConsoleMandel.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -47,6 +47,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj index 00db618..5122219 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SIMD/RayTracer/RayTracer.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -53,6 +53,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj index 28127ef..e703290 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/SciMark/SciMark.csproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,9 @@ SciMark - - - + + + pdbonly true @@ -48,6 +48,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj index 8f95407..bbad38d 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Deserialize.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark+serialize\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj index 60df050..3ecf2b3 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/Serialization/Serialize.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark+serialize\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj index 112d7b5..916d73a 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Crypto/Crypto.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj index 0b25633..f77c149 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/DeltaBlue/DeltaBlue.csproj @@ -1,4 +1,4 @@ - + @@ -17,9 +17,9 @@ true - - - + + + pdbonly true @@ -39,6 +39,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj index b4572c6..a0bc992 100644 --- a/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj +++ b/src/coreclr/tests/src/JIT/Performance/CodeQuality/V8/Richards/Richards.csproj @@ -1,4 +1,4 @@ - + @@ -16,9 +16,9 @@ .NETStandard,Version=v1.4 - - - + + + pdbonly true @@ -38,6 +38,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj index 64ceed9..d6af322 100644 --- a/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj +++ b/src/coreclr/tests/src/JIT/Performance/RunBenchmarks/RunBenchmarks.csproj @@ -1,4 +1,4 @@ - + @@ -15,9 +15,9 @@ 7a9bfb7d - - - + + + pdbonly true @@ -37,6 +37,5 @@ $(JitPackagesConfigFileDirectory)benchmark\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj index 7eaecc1..6dfac66 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj index dfa7d96..3528ec1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsGeneric_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj index 81f5a06..d75e140 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj index ea91815..3e97bef 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AbsSqrt_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj index 8d7da60..eeae5ce 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj index 6ea0b34..caf69ee 100644 --- a/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/AddingSequence_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj index 25a8369..d0c1661 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_r.csproj @@ -1,4 +1,4 @@ - + @@ -16,12 +16,8 @@ true - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj index 7b24e74..7b2f937 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BitwiseOperations_ro.csproj @@ -1,4 +1,4 @@ - + @@ -16,12 +16,8 @@ true - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj index 9998a8d..4d525f8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj index 69a7b5a..cf0675a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BoxUnbox_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj index de85141..05cc57d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj index ef5bd2c..8295485 100644 --- a/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/BugWithAVX_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj index 0b4e4ba..e806ea1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj index 9fa145e..52045c1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CircleInConvex_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj index 895369f..e509403 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj index 49982e7..bb2ea38 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CreateGeneric_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj index 011d01f..5c4fec1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj index 96adfe4..03d3bb8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/CtorFromArray_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj index c9c3cfa..686476f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj index 71df659..0ce29ca 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ctors_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj index 64ad6d6..129741f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj index 888a3f2..e4df688 100644 --- a/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/DivSignedUnsignedTest_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj index ac6cdd7..76c5f79 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj index 8aa7d8d4..39883c9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Dup_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj index 2b02a93..da84a80 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj index 110ef25..c33dcb2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Haar-likeFeaturesGeneric_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj index 66dbec9..5fd1a6b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj index b959c31..b420eba 100644 --- a/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/LdfldGeneric_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj index 2551391..608cf47 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj index 9a13d09..ebe55f8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldfld_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj index c5afbcd..792eec2 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_r.csproj @@ -1,4 +1,4 @@ - + @@ -16,12 +16,8 @@ true - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj index 757d076..1e19baf 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Ldind_ro.csproj @@ -1,4 +1,4 @@ - + @@ -16,12 +16,8 @@ true - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj index 56f447a..480be56 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj index d5aea34..daaeb2e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/MinMax_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj index 93dff88..4c1673b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj index 2e39c86..de7e544 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Mul_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj index 23a6095..96435ea 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj index e8e1072..50fdffb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/SqrtGeneric_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj index 0d477e7..f4015bc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj index 98a06af..35ba1ab 100644 --- a/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/StoreElement_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj index 7353640..b1be606 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj index 6bddea6..1ab83dd 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Sums_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj index 183dccf..8574d65 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj index 3228f62..857abf0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3GetHash_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj index a369a13..f6856f9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -44,6 +40,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj index a369a13..f6856f9 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3Interop_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -44,6 +40,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj index edb2810..b1750d0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj index e2b5b62..9e2c744 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector3_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj index eda693f..f910de3 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj index 5040d61..1583f67 100644 --- a/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/Vector4_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -41,6 +37,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj index f9d0c01..80f21c1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj index d5d5439..f1c9558 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAbs_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj index fbf9ea0..acd7e51 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj index a1fc16c..c0b59e5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorAdd_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj index 03c60a5..2705b7b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj index 945d0e4..8f8f525 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArgs_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj index 36527e2..ed7a5fb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj index 7de9a9d..3840b43 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArrayInit_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj index 55fa71b..0a1e713 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj index 04e6892..ec04bb5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorArray_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj index e6f6027..c9669ad 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj index 07aa4ae..c81aef4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorCopyToArray_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj index 2eedda1..77bce6e3 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj index a1e82ed..e1adc66 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDiv_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj index 2ec6999..68cf2da 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj index fe4c03a..ca9d2e0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorDot_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj index 2aaf517..81a94e1 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj index 575a064..df8944a 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorExp_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj index b5012d2..bcf6fea 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj index ccf3b2a..fbba20c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorGet_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj index 86ff8ce..477f82b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj index fe72cc2..837fabc 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel2_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj index 54e3d51..da46ef4 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj index ea87405..a5d5df0 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorHWAccel_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj index 1512beb..65ded00 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj index dc3c485..41a31e8 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInitN_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj index 334841c..40cd906 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj index 82f4b48..3748d54 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorInit_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj index 6f4b3ab..0fec014 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj index 4bccb81..c75744d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorIntEquals_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj index 4c35bd8..1793b42 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj index 5d66f6f..2a8a02b 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMatrix_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj index 3c61bc7..c37c5e7 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj index 47683c5..9df2c5d 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMax_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj index 0b6d134..6e78a64 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj index 6e1dc8c..65a8bfb 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMin_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj index 791d9cc..1136851 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj index fc3e4a7..f71ae5c 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorMul_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj index 15e916f..7aec619 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj index 5da02da..6451958 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorRelOp_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj index 600ca8e..4df8940 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj index 9196470..75a7b3e 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorReturn_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj index 4eaa7d2..4071f64 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj index 5af59c4..c56c4a5 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSet_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj index 90efd68..a8c2506 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj index e93ad97..d00f412 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSqrt_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj index fc8a322..bd4996f 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj index 7ec8818..de98f753 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorSub_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj index 44c4bfd..66a7a80f7 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_r.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj index 3ffa276..41d6539 100644 --- a/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj +++ b/src/coreclr/tests/src/JIT/SIMD/VectorUnused_ro.csproj @@ -1,4 +1,4 @@ - + @@ -15,12 +15,8 @@ 7a9bfb7d - - - - pdbonly - true - + + False @@ -42,6 +38,5 @@ $(JitPackagesConfigFileDirectory)threading+thread\project.lock.json --> - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj index f40a3c0..e84b803 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd0A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj index f0bacc5..75af864 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd1A_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj index 920c967..302f717 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nd2A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj index e3ae8b8..0faa519 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf0A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj index b102bec..a1d9aad 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf1A_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj index 339fc51..b050c9c 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_nf2A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj index 4c71623..a20ec38 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd0A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj index 5d14935..f33b114 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd1A_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj index 3d87172..4c287db 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sd2A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj index affa708..a8a25f9 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf0A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj index e4adc6f..e53131e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf1A_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj index db8d470..75ab22e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testA/hfa_sf2A_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj index fefe753..f238286 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd0C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj index 76dafa7..06204b6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd1C_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj index 0dbfd53..60d31a9 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nd2C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj index 51c31db..f4aa4dd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf0C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj index d2eb3f6..a546610 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf1C_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj index ba58471..472eb63 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_nf2C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj index 69ee814..2c747bb 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd0C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj index 2c498b1..63da93f 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd1C_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj index 8cb4132..11d32df 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sd2C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj index e002d7e..e24d475 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf0C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj index 9eb4f3a..3413c65 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf1C_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj index c36c96e..d16ec1d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testC/hfa_sf2C_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj index 73f0a4c..54409b3 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd0E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj index ba0e8b0..4bfddb7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd1E_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj index 919fab6..c80824f 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nd2E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj index 6732400..34c599e6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf0E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj index 6dc3e58..cbc5fd6 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf1E_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj index 676e886..67c1f20 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_nf2E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj index 6d1b47a..7f9098e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd0E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj index 3501f9d..7213abd 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd1E_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj index 24b70aa..80acf10 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sd2E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj index 69af7d6..62a824e 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf0E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj index 72d472d..634a0d2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf1E_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj index 238f6d0..8d699ff 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testE/hfa_sf2E_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj index b393c8c..df64579 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd0G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj index 916f9fb..5b67a3d 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd1G_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj index 542fe51..e4bcc82 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nd2G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj index a60e495..42cdfe2 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf0G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj index dba28b6..fcf6f23 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf1G_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj index 8afec4f..ba740e7 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_nf2G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj index 7a4a6ec..d3b5775 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd0G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj index ecce74b..992cdac 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd1G_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj index 5760664..14cb5ef 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sd2G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj index 87832b1..5402a22 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf0G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj index 0c86afe..0fd5b2b 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf1G_d.csproj @@ -16,10 +16,8 @@ 7a9bfb7d - - - - + + False @@ -27,9 +25,10 @@ - PdbOnly + full True $(DefineConstants);DESKTOP + False @@ -46,6 +45,5 @@ $(JitPackagesConfigFileDirectory)minimal\project.lock.json - - - + + \ No newline at end of file diff --git a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj index a42d91a..503f933 100644 --- a/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj +++ b/src/coreclr/tests/src/JIT/jit64/hfa/main/testG/hfa_sf2G_d.csproj @@ -1,4 +1,4 @@ - + @@ -16,17 +16,16 @@ 7a9bfb7d - - - - + + False - PdbOnly + full + False @@ -45,6 +44,5 @@ - - - + + \ No newline at end of file