summaryrefslogtreecommitdiff
path: root/src/SMAPI.Tests
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.Tests
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.Tests')
-rw-r--r--src/SMAPI.Tests/StardewModdingAPI.Tests.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj b/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
index 0c793817..001b006c 100644
--- a/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
+++ b/src/SMAPI.Tests/StardewModdingAPI.Tests.csproj
@@ -78,7 +78,8 @@
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\build\common.targets" />
+ <Import Project="..\..\build\constants.targets" />
+ <Import Project="..\..\build\build.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>