diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-21 16:38:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-03-21 16:38:23 -0400 |
commit | 75f3600ab1eae06463ae8f386c5ab71f3815142f (patch) | |
tree | 5bff95c0446b9e70a06c1525fa7387b21ff148cc /src/SMAPI.Web | |
parent | fc5fc54ab1c375e20b3e4f947bb11f08b4983bd1 (diff) | |
parent | 74215e844ae2af0075e5df3ab6a5f58efff4f981 (diff) | |
download | SMAPI-75f3600ab1eae06463ae8f386c5ab71f3815142f.tar.gz SMAPI-75f3600ab1eae06463ae8f386c5ab71f3815142f.tar.bz2 SMAPI-75f3600ab1eae06463ae8f386c5ab71f3815142f.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 6f9f50f0..ce5ffdbd 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -1,5 +1,4 @@ <Project Sdk="Microsoft.NET.Sdk.Web"> - <PropertyGroup> <AssemblyName>SMAPI.Web</AssemblyName> <RootNamespace>StardewModdingAPI.Web</RootNamespace> @@ -7,6 +6,8 @@ <LangVersion>latest</LangVersion> </PropertyGroup> + <Import Project="..\..\build\common.targets" /> + <ItemGroup> <Content Remove="aws-beanstalk-tools-defaults.json" /> </ItemGroup> @@ -45,7 +46,4 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> - - <Import Project="..\..\build\common.targets" /> - </Project> |