diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-06-14 10:55:52 -0400 |
commit | 79181012ee01e93c1af7c4bf8bd1a3a717274ded (patch) | |
tree | 6d6e76f5998123e24e464e198f45cab580639d76 /src/SMAPI.Toolkit.CoreInterfaces | |
parent | 8036bcdf007ef4c3e8b39778a2a202ba0b22edec (diff) | |
download | SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.gz SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.tar.bz2 SMAPI-79181012ee01e93c1af7c4bf8bd1a3a717274ded.zip |
tweak build files
Diffstat (limited to 'src/SMAPI.Toolkit.CoreInterfaces')
-rw-r--r-- | src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj index accc9175..2bddc46a 100644 --- a/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj +++ b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj @@ -1,15 +1,11 @@ <Project Sdk="Microsoft.NET.Sdk"> - <PropertyGroup> - <AssemblyName>SMAPI.Toolkit.CoreInterfaces</AssemblyName> <RootNamespace>StardewModdingAPI</RootNamespace> <Description>Provides toolkit interfaces which are available to SMAPI mods.</Description> <TargetFrameworks>net4.5;netstandard2.0</TargetFrameworks> - <LangVersion>latest</LangVersion> - <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\SMAPI.Toolkit.CoreInterfaces.xml</DocumentationFile> + <GenerateDocumentationFile>true</GenerateDocumentationFile> <PlatformTarget Condition="'$(TargetFramework)' == 'net4.5'">x86</PlatformTarget> </PropertyGroup> <Import Project="..\..\build\common.targets" /> - </Project> |