zhengyuxuan
2025-03-19 624a896f37475e213947da00f1c82c8404e08cc7
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>