summaryrefslogtreecommitdiff
path: root/src/SMAPI.Toolkit.CoreInterfaces
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-04-24 23:45:34 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 17:46:34 -0400
commitabffdc2dab2a1c03904427b251acac9d800e0912 (patch)
treea4a97b159562efa757e14156e5a9773fbfc80a6e /src/SMAPI.Toolkit.CoreInterfaces
parentf8e32f4433647b7bd69590b937927808168649df (diff)
downloadSMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.gz
SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.bz2
SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.zip
simplify project names
Diffstat (limited to 'src/SMAPI.Toolkit.CoreInterfaces')
-rw-r--r--src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj (renamed from src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj
index cbbb7fc9..7d8fc998 100644
--- a/src/SMAPI.Toolkit.CoreInterfaces/StardewModdingAPI.Toolkit.CoreInterfaces.csproj
+++ b/src/SMAPI.Toolkit.CoreInterfaces/SMAPI.Toolkit.CoreInterfaces.csproj
@@ -2,10 +2,10 @@
<PropertyGroup>
<TargetFrameworks>net4.5;netstandard2.0</TargetFrameworks>
- <RootNamespace>StardewModdingAPI</RootNamespace>
+ <RootNamespace>SMAPI</RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces</OutputPath>
- <DocumentationFile>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces\$(TargetFramework)\StardewModdingAPI.Toolkit.CoreInterfaces.xml</DocumentationFile>
+ <DocumentationFile>..\..\bin\$(Configuration)\SMAPI.Toolkit.CoreInterfaces\$(TargetFramework)\SMAPI.Toolkit.CoreInterfaces.xml</DocumentationFile>
<LangVersion>latest</LangVersion>
</PropertyGroup>