summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-05-02 21:04:46 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-05-02 21:04:46 -0400
commitb3e8f957e27839a1392b63689e7daf03862540c4 (patch)
tree1964394b2bca9e24451b36e846cf877c959eb582 /src/SMAPI.Mods.ConsoleCommands
parentdc47ff15c57b0ba2263ab3b94b49e9906620f648 (diff)
downloadSMAPI-b3e8f957e27839a1392b63689e7daf03862540c4.tar.gz
SMAPI-b3e8f957e27839a1392b63689e7daf03862540c4.tar.bz2
SMAPI-b3e8f957e27839a1392b63689e7daf03862540c4.zip
reorganise to avoid errors deploying web app, fix WMI error in Linux installer
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
index d1f72c6c..15c1c9a8 100644
--- a/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
+++ b/src/SMAPI.Mods.ConsoleCommands/StardewModdingAPI.Mods.ConsoleCommands.csproj
@@ -94,5 +94,6 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\build\common.targets" />
+ <Import Project="..\..\build\constants.targets" />
+ <Import Project="..\..\build\build.targets" />
</Project> \ No newline at end of file