From 0e05ae71bdcc1de5467f0dab8c77aa6810e9fb7a Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Sat, 16 Nov 2024 13:13:26 -0800 Subject: [PATCH] Remove unnecessary 'AnyCPU' platforms --- .../ComputeSharp.ImageProcessing.csproj | 2 +- .../ComputeSharp.NativeLibrary.csproj | 2 +- .../ComputeSharp.Sample.FSharp.fsproj | 2 +- samples/ComputeSharp.Sample/ComputeSharp.Sample.csproj | 2 +- tests/ComputeSharp.Dxc.NuGet/ComputeSharp.Dxc.NuGet.csproj | 2 +- tests/ComputeSharp.NuGet/ComputeSharp.NuGet.csproj | 2 +- tests/ComputeSharp.Pix.NuGet/ComputeSharp.Pix.NuGet.csproj | 2 +- .../ComputeSharp.Tests.DeviceLost.csproj | 2 +- .../ComputeSharp.Tests.DisableDynamicCompilation.csproj | 2 +- .../ComputeSharp.Tests.GlobalStatements.csproj | 2 +- .../ComputeSharp.Tests.Internals.csproj | 2 +- tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/ComputeSharp.ImageProcessing/ComputeSharp.ImageProcessing.csproj b/samples/ComputeSharp.ImageProcessing/ComputeSharp.ImageProcessing.csproj index ba5381c6a..3ad03295e 100644 --- a/samples/ComputeSharp.ImageProcessing/ComputeSharp.ImageProcessing.csproj +++ b/samples/ComputeSharp.ImageProcessing/ComputeSharp.ImageProcessing.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/samples/ComputeSharp.NativeLibrary/ComputeSharp.NativeLibrary.csproj b/samples/ComputeSharp.NativeLibrary/ComputeSharp.NativeLibrary.csproj index d66459722..1fabd06ef 100644 --- a/samples/ComputeSharp.NativeLibrary/ComputeSharp.NativeLibrary.csproj +++ b/samples/ComputeSharp.NativeLibrary/ComputeSharp.NativeLibrary.csproj @@ -1,7 +1,7 @@ net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/samples/ComputeSharp.Sample.FSharp/ComputeSharp.Sample.FSharp.fsproj b/samples/ComputeSharp.Sample.FSharp/ComputeSharp.Sample.FSharp.fsproj index 4f00f9daf..957030f11 100644 --- a/samples/ComputeSharp.Sample.FSharp/ComputeSharp.Sample.FSharp.fsproj +++ b/samples/ComputeSharp.Sample.FSharp/ComputeSharp.Sample.FSharp.fsproj @@ -4,7 +4,7 @@ Exe net8.0 8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/samples/ComputeSharp.Sample/ComputeSharp.Sample.csproj b/samples/ComputeSharp.Sample/ComputeSharp.Sample.csproj index 83ffa447b..5f6b022e9 100644 --- a/samples/ComputeSharp.Sample/ComputeSharp.Sample.csproj +++ b/samples/ComputeSharp.Sample/ComputeSharp.Sample.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/tests/ComputeSharp.Dxc.NuGet/ComputeSharp.Dxc.NuGet.csproj b/tests/ComputeSharp.Dxc.NuGet/ComputeSharp.Dxc.NuGet.csproj index f5e2329c7..555f1a5f2 100644 --- a/tests/ComputeSharp.Dxc.NuGet/ComputeSharp.Dxc.NuGet.csproj +++ b/tests/ComputeSharp.Dxc.NuGet/ComputeSharp.Dxc.NuGet.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 true $(NoWarn);IL2026 true diff --git a/tests/ComputeSharp.NuGet/ComputeSharp.NuGet.csproj b/tests/ComputeSharp.NuGet/ComputeSharp.NuGet.csproj index e71be9bb0..6b1b7207c 100644 --- a/tests/ComputeSharp.NuGet/ComputeSharp.NuGet.csproj +++ b/tests/ComputeSharp.NuGet/ComputeSharp.NuGet.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 true $(NoWarn);IL2026 true diff --git a/tests/ComputeSharp.Pix.NuGet/ComputeSharp.Pix.NuGet.csproj b/tests/ComputeSharp.Pix.NuGet/ComputeSharp.Pix.NuGet.csproj index f66737a7a..067d20c90 100644 --- a/tests/ComputeSharp.Pix.NuGet/ComputeSharp.Pix.NuGet.csproj +++ b/tests/ComputeSharp.Pix.NuGet/ComputeSharp.Pix.NuGet.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 true $(NoWarn);IL2026 true diff --git a/tests/ComputeSharp.Tests.DeviceLost/ComputeSharp.Tests.DeviceLost.csproj b/tests/ComputeSharp.Tests.DeviceLost/ComputeSharp.Tests.DeviceLost.csproj index 8e2ed2dd8..58581e5db 100644 --- a/tests/ComputeSharp.Tests.DeviceLost/ComputeSharp.Tests.DeviceLost.csproj +++ b/tests/ComputeSharp.Tests.DeviceLost/ComputeSharp.Tests.DeviceLost.csproj @@ -1,7 +1,7 @@ net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/tests/ComputeSharp.Tests.DisableDynamicCompilation/ComputeSharp.Tests.DisableDynamicCompilation.csproj b/tests/ComputeSharp.Tests.DisableDynamicCompilation/ComputeSharp.Tests.DisableDynamicCompilation.csproj index 88e84571c..014ed5d94 100644 --- a/tests/ComputeSharp.Tests.DisableDynamicCompilation/ComputeSharp.Tests.DisableDynamicCompilation.csproj +++ b/tests/ComputeSharp.Tests.DisableDynamicCompilation/ComputeSharp.Tests.DisableDynamicCompilation.csproj @@ -1,7 +1,7 @@ net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/tests/ComputeSharp.Tests.GlobalStatements/ComputeSharp.Tests.GlobalStatements.csproj b/tests/ComputeSharp.Tests.GlobalStatements/ComputeSharp.Tests.GlobalStatements.csproj index 79d4b0fc6..8592ca131 100644 --- a/tests/ComputeSharp.Tests.GlobalStatements/ComputeSharp.Tests.GlobalStatements.csproj +++ b/tests/ComputeSharp.Tests.GlobalStatements/ComputeSharp.Tests.GlobalStatements.csproj @@ -2,7 +2,7 @@ Exe net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 enable diff --git a/tests/ComputeSharp.Tests.Internals/ComputeSharp.Tests.Internals.csproj b/tests/ComputeSharp.Tests.Internals/ComputeSharp.Tests.Internals.csproj index f889f5553..fe46f4309 100644 --- a/tests/ComputeSharp.Tests.Internals/ComputeSharp.Tests.Internals.csproj +++ b/tests/ComputeSharp.Tests.Internals/ComputeSharp.Tests.Internals.csproj @@ -1,7 +1,7 @@ net8.0 - AnyCPU;x64;ARM64 + x64;ARM64 diff --git a/tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj b/tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj index 43f5e2aff..197ea58ee 100644 --- a/tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj +++ b/tests/ComputeSharp.Tests/ComputeSharp.Tests.csproj @@ -1,7 +1,7 @@  net8.0 - AnyCPU;x64;ARM64 + x64;ARM64