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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<Project Sdk="Microsoft.NET.Sdk">
 
  <PropertyGroup>
    <OutputType>Library</OutputType>
    <TargetFramework>net6.0</TargetFramework>
    <CodeAnalysisRuleSet>..\Bole.ruleset</CodeAnalysisRuleSet>
    <RootNamespace>$(MSBuildProjectName.Replace(" ", "_").Replace("12333", "LifePayment"))</RootNamespace>
    <AssemblyName>$(MSBuildProjectName.Replace("12333", "LifePayment"))</AssemblyName>
  </PropertyGroup>
 
  <ItemGroup>
    <Compile Remove="FlexWorker\**" />
    <Compile Remove="Reward\**" />
    <EmbeddedResource Remove="FlexWorker\**" />
    <EmbeddedResource Remove="Reward\**" />
    <None Remove="FlexWorker\**" />
    <None Remove="Reward\**" />
  </ItemGroup>
 
  <ItemGroup>
    <ProjectReference Include="..\LifePayment.Application.Contracts\LifePayment.Application.Contracts.csproj" />
    <ProjectReference Include="..\LifePayment.Domain.Shared\LifePayment.Domain.Shared.csproj" />
    <PackageReference Include="Alipay.AopSdk.Core" Version="2.5.0.1" />
    <PackageReference Include="AlipayEasySDK" Version="2.1.3" />
    <PackageReference Include="Portable.BouncyCastle" Version="1.9.0">
      <Aliases>BouncyCastleA</Aliases>
    </PackageReference>
    <PackageReference Include="sdk-dotnet" Version="2.4.0" />
    <PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
      <PrivateAssets>all</PrivateAssets>
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
      <Aliases></Aliases>
    </PackageReference>
    <PackageReference Include="tls-sig-api-v2" Version="1.0.1" />
    <PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="2.2.112" />
  </ItemGroup>
 
  <ItemGroup>
    <Reference Include="sdk-dotnet">
      <HintPath>PingAnBank\conf\sdk-dotnet.dll</HintPath>
    </Reference>
  </ItemGroup>
 
</Project>