summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit.CoreInterfaces
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-14 10:55:52 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-06-14 10:55:52 -0400
commit79181012ee01e93c1af7c4bf8bd1a3a717274ded (patch)
tree6d6e76f5998123e24e464e198f45cab580639d76 /src/SMAPI.Toolkit.CoreInterfaces
parent8036bcdf007ef4c3e8b39778a2a202ba0b22edec (diff)
downloadSMAPI-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.csproj6
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>