summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 01:38:08 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-03 01:38:08 -0400
commit60040854a3b95ab220a42c087bda7f9011dda8ca (patch)
tree2fb824a1fce35da665c8e3abfd05fe40866cd963 /src/SMAPI.Mods.ConsoleCommands
parent5088ecf8c8a04a028b6a9c45f907eae50894ffe6 (diff)
downloadSMAPI-60040854a3b95ab220a42c087bda7f9011dda8ca.tar.gz
SMAPI-60040854a3b95ab220a42c087bda7f9011dda8ca.tar.bz2
SMAPI-60040854a3b95ab220a42c087bda7f9011dda8ca.zip
switch back to shared project due to installer issues
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
index 15c1c9a8..d1f72c6c 100644
--- a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
@@ -94,6 +94,5 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\build\constants.targets" />
- <Import Project="..\..\build\build.targets" />
+ <Import Project="..\..\build\common.targets" />
</Project> \ No newline at end of file