summaryrefslogtreecommitdiff
path: root/src/SMAPI.ModBuildConfig
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.ModBuildConfig
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.ModBuildConfig')
-rw-r--r--src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
index c6d25c19..e0ea876f 100644
--- a/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
+++ b/src/SMAPI.ModBuildConfig/StardewModdingAPI.ModBuildConfig.csproj
@@ -55,13 +55,8 @@
<ItemGroup>
<Content Include="assets\nuget-icon.png" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SMAPI.Internal\StardewModdingAPI.Internal.csproj">
- <Project>{10db0676-9fc1-4771-a2c8-e2519f091e49}</Project>
- <Name>StardewModdingAPI.Internal</Name>
- </ProjectReference>
- </ItemGroup>
+ <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\build\constants.targets" />
+ <Import Project="..\..\build\common.targets" />
<Import Project="..\..\build\prepare-nuget-package.targets" />
</Project> \ No newline at end of file