diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:26:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:26:57 -0400 |
commit | 4fec41f3a1050976a5ab321152b7b142d8825da9 (patch) | |
tree | b94b6faf9025c1351f8f5489e1e784f3688ebc0c /src/SMAPI.Toolkit.CoreInterfaces | |
parent | 8271c15d6a5ba9548fa605c5e0c543e12c9495f6 (diff) | |
download | SMAPI-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.csproj | 1 |
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" /> |