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/StardewModdingAPI.csproj | |
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/StardewModdingAPI.csproj')
-rw-r--r-- | src/SMAPI/StardewModdingAPI.csproj | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj index ca6459fe..1822b134 100644 --- a/src/SMAPI/StardewModdingAPI.csproj +++ b/src/SMAPI/StardewModdingAPI.csproj @@ -305,15 +305,9 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\SMAPI.Internal\StardewModdingAPI.Internal.csproj"> - <Project>{10db0676-9fc1-4771-a2c8-e2519f091e49}</Project> - <Name>StardewModdingAPI.Internal</Name> - </ProjectReference> - </ItemGroup> - <ItemGroup> <Analyzer Include="..\SMAPI.ModBuildConfig.Analyzer\bin\netstandard1.3\StardewModdingAPI.ModBuildConfig.Analyzer.dll" /> </ItemGroup> + <Import Project="..\SMAPI.Internal\SMAPI.Internal.projitems" Label="Shared" /> <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 |