<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
<PropertyGroup>
|
<TargetFramework>net6.0</TargetFramework>
|
<OutputType>Library</OutputType>
|
<CodeAnalysisRuleSet>..\Bole.ruleset</CodeAnalysisRuleSet>
|
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
<DocumentationFile>..\LifePayment.Host\LifePaymentService.HttpApi.xml</DocumentationFile>
|
<RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace("12333", "LifePayment"))</RootNamespace>
|
<AssemblyName>$(MSBuildProjectName.Replace("12333", "LifePayment"))</AssemblyName>
|
</PropertyGroup>
|
|
<ItemGroup>
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="6.0.112" />
|
</ItemGroup>
|
|
<ItemGroup>
|
<ProjectReference Include="..\LifePayment.Application\LifePayment.Application.csproj" />
|
<ProjectReference Include="..\LifePayment.Application\LifePayment.Application.csproj" />
|
</ItemGroup>
|
|
</Project>
|