|
|
@@ -1,29 +0,0 @@ |
|
|
|
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<NoWarn>1701;1702;1591</NoWarn> |
|
|
|
<DocumentationFile>BPA.SAAS.Manage.Application.xml</DocumentationFile> |
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<None Remove="applicationsettings.json" /> |
|
|
|
<None Remove="BPA.SAAS.Manage.Application.xml" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<Content Include="applicationsettings.json"> |
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
|
|
|
</Content> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\BPA.SAAS.Manage.Comm\BPA.SAAS.Manage.Comm.csproj" /> |
|
|
|
<ProjectReference Include="..\BPA.SAAS.Manage.Core\BPA.SAAS.Manage.Core.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |