diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-04-24 23:45:34 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 17:46:34 -0400 |
commit | abffdc2dab2a1c03904427b251acac9d800e0912 (patch) | |
tree | a4a97b159562efa757e14156e5a9773fbfc80a6e /src/SMAPI.Mods.ConsoleCommands | |
parent | f8e32f4433647b7bd69590b937927808168649df (diff) | |
download | SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.gz SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.tar.bz2 SMAPI-abffdc2dab2a1c03904427b251acac9d800e0912.zip |
simplify project names
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r-- | src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj (renamed from src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj index b535e2fd..13f92443 100644 --- a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj +++ b/src/SMAPI.Mods.ConsoleCommands/SMAPI.Mods.ConsoleCommands.csproj @@ -1,7 +1,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <RootNamespace>StardewModdingAPI.Mods.ConsoleCommands</RootNamespace> + <RootNamespace>SMAPI.Mods.ConsoleCommands</RootNamespace> <AssemblyName>ConsoleCommands</AssemblyName> <TargetFramework>net45</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> @@ -12,7 +12,7 @@ </PropertyGroup> <ItemGroup> - <ProjectReference Include="..\SMAPI\StardewModdingAPI.csproj"> + <ProjectReference Include="..\SMAPI\SMAPI.csproj"> <Private>False</Private> </ProjectReference> </ItemGroup> |