summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit.CoreInterfaces
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:26:57 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:26:57 -0400
commit4fec41f3a1050976a5ab321152b7b142d8825da9 (patch)
treeb94b6faf9025c1351f8f5489e1e784f3688ebc0c /src/SMAPI.Toolkit.CoreInterfaces
parent8271c15d6a5ba9548fa605c5e0c543e12c9495f6 (diff)
downloadSMAPI-4fec41f3a1050976a5ab321152b7b142d8825da9.tar.gz
SMAPI-4fec41f3a1050976a5ab321152b7b142d8825da9.tar.bz2
SMAPI-4fec41f3a1050976a5ab321152b7b142d8825da9.zip
minor fixes
Diffstat (limited to 'src/SMAPI.Toolkit.CoreInterfaces')
-rw-r--r--src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj
index a39ef3af..1b9c04ff 100644
--- a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj
+++ b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj
@@ -8,6 +8,7 @@
<OutputPath>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces</OutputPath>
<DocumentationFile>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces\$(TargetFramework)\SMAPI.Toolkit.CoreInterfaces.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
+ <PlatformTarget Condition="'$(TargetFramework)' == 'net4.5'">x86</PlatformTarget>
</PropertyGroup>
<Import Project="..\..\build\common.targets" />