summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/SMAPI.Installer.csproj
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-17 20:36:32 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-03-21 16:07:09 -0400
commitb93e3cf522ebcc8711a8662a17cca1d034752269 (patch)
treed531aa4792e3a08e20a1470876ad3e873174e9b5 /src/SMAPI.Installer/SMAPI.Installer.csproj
parentca67dcc920560f3fd19a4531c40fdb03d19e96c5 (diff)
downloadSMAPI-b93e3cf522ebcc8711a8662a17cca1d034752269.tar.gz
SMAPI-b93e3cf522ebcc8711a8662a17cca1d034752269.tar.bz2
SMAPI-b93e3cf522ebcc8711a8662a17cca1d034752269.zip
Drop hardcoded 32-bit restrictions on most SMAPI assemblies (#767)
SMAPI itself needs to be 32-bit to avoid errors trying to load the 32-bit game.
Diffstat (limited to 'src/SMAPI.Installer/SMAPI.Installer.csproj')
-rw-r--r--src/SMAPI.Installer/SMAPI.Installer.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Installer/SMAPI.Installer.csproj b/src/SMAPI.Installer/SMAPI.Installer.csproj
index 44ed3bd1..1777be5f 100644
--- a/src/SMAPI.Installer/SMAPI.Installer.csproj
+++ b/src/SMAPI.Installer/SMAPI.Installer.csproj
@@ -4,7 +4,6 @@
<Description>The SMAPI installer for players.</Description>
<TargetFramework>net45</TargetFramework>
<OutputType>Exe</OutputType>
- <PlatformTarget>x86</PlatformTarget>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>