diff options
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r-- | src/SMAPI.Web/SMAPI.Web.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/SMAPI.Web.csproj b/src/SMAPI.Web/SMAPI.Web.csproj index 6cf8207f..ce5ffdbd 100644 --- a/src/SMAPI.Web/SMAPI.Web.csproj +++ b/src/SMAPI.Web/SMAPI.Web.csproj @@ -6,6 +6,8 @@ <LangVersion>latest</LangVersion> </PropertyGroup> + <Import Project="..\..\build\common.targets" /> + <ItemGroup> <Content Remove="aws-beanstalk-tools-defaults.json" /> </ItemGroup> @@ -44,6 +46,4 @@ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> - - <Import Project="..\..\build\common.targets" /> </Project> |