lingling
2025-03-07 1b33c9c58b57bde6b60de30dfc8727132b92829d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<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>