diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-02 21:04:46 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-02 21:04:46 -0400 |
commit | b3e8f957e27839a1392b63689e7daf03862540c4 (patch) | |
tree | 1964394b2bca9e24451b36e846cf877c959eb582 /src/SMAPI.ModBuildConfig | |
parent | dc47ff15c57b0ba2263ab3b94b49e9906620f648 (diff) | |
download | SMAPI-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.ModBuildConfig')
-rw-r--r-- | src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj index 02564409..c6d25c19 100644 --- a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj +++ b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj @@ -62,5 +62,6 @@ </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <Import Project="..\..\build\constants.targets" /> <Import Project="..\..\build\prepare-nuget-package.targets" /> </Project>
\ No newline at end of file |