From 70fd6d01e3f4ad6d78d3f4b124f8ab1d37b5609e Mon Sep 17 00:00:00 2001 From: TBirdSoars <31261091+TBirdSoars@users.noreply.github.com> Date: Sun, 10 Oct 2021 22:40:03 -0400 Subject: [PATCH] enforce x86 --- Program.cs | 10 +++++----- Simple PCSX2 Updater.csproj | 11 +++++++++++ Simple PCSX2 Updater.sln | 12 ++++++++++++ 3 files changed, 28 insertions(+), 5 deletions(-) diff --git a/Program.cs b/Program.cs index 1ce2dd1..60f9ec2 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,8 @@ -using System; +using HtmlAgilityPack; +using SharpCompress.Archives.SevenZip; +using SharpCompress.Common; +using SharpCompress.Readers; +using System; using System.Collections.Generic; using System.Data; using System.IO; @@ -7,10 +11,6 @@ using System.Net.Http; using System.Threading.Tasks; using System.Web; -using HtmlAgilityPack; -using SharpCompress.Archives.SevenZip; -using SharpCompress.Common; -using SharpCompress.Readers; namespace Simple_PCSX2_Updater { diff --git a/Simple PCSX2 Updater.csproj b/Simple PCSX2 Updater.csproj index 4b99922..008a829 100644 --- a/Simple PCSX2 Updater.csproj +++ b/Simple PCSX2 Updater.csproj @@ -7,12 +7,23 @@ false true preview + AnyCPU;x64;x86 false + + false + + + + false + DEBUG;TRACE + x86 + + diff --git a/Simple PCSX2 Updater.sln b/Simple PCSX2 Updater.sln index 6fc7e36..c830b11 100644 --- a/Simple PCSX2 Updater.sln +++ b/Simple PCSX2 Updater.sln @@ -13,13 +13,25 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|x64 = Release|x64 + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|Any CPU.Build.0 = Debug|Any CPU + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|x64.ActiveCfg = Debug|x64 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|x64.Build.0 = Debug|x64 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|x86.ActiveCfg = Debug|x86 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Debug|x86.Build.0 = Debug|x86 {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|Any CPU.ActiveCfg = Release|Any CPU {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|Any CPU.Build.0 = Release|Any CPU + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|x64.ActiveCfg = Release|x64 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|x64.Build.0 = Release|x64 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|x86.ActiveCfg = Release|x86 + {96E37987-8AD0-46C4-A9F8-3EE95E3C4140}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE