From 28d5b213ae5e46f5afe7b64933b4abc2016326ed Mon Sep 17 00:00:00 2001 From: blowfish Date: Sun, 20 Dec 2020 17:19:38 -0800 Subject: [PATCH] Switch target to AnyCPU don't need a specific arch with MSIL --- SolverEngines/SolverEngines.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SolverEngines/SolverEngines.csproj b/SolverEngines/SolverEngines.csproj index 8e66830..13fc280 100644 --- a/SolverEngines/SolverEngines.csproj +++ b/SolverEngines/SolverEngines.csproj @@ -32,7 +32,7 @@ prompt 4 false - x64 + AnyCPU