diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-03 01:38:08 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-03 01:38:08 -0400 |
commit | 60040854a3b95ab220a42c087bda7f9011dda8ca (patch) | |
tree | 2fb824a1fce35da665c8e3abfd05fe40866cd963 /src/SMAPI.Mods.ConsoleCommands | |
parent | 5088ecf8c8a04a028b6a9c45f907eae50894ffe6 (diff) | |
download | SMAPI-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.csproj | 3 |
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 |