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
45
<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>
        <PackageReference Include="MailKit" Version="2.10.1" />
        <PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
            <PrivateAssets>all</PrivateAssets>
            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
        </PackageReference>
        <PackageReference Include="ThoughtWorks.QRCode.Standard" Version="1.0.1.6" />
        <PackageReference Include="tls-sig-api-v2" Version="1.0.1" />
        <PackageReference Include="Volo.Abp.Identity.Domain" Version="2.2.111" />
    </ItemGroup>
 
    <ItemGroup>
      <ProjectReference Include="..\LifePayment.Application.Contracts\LifePayment.Application.Contracts.csproj" />
      <ProjectReference Include="..\LifePayment.Domain.Shared\LifePayment.Domain.Shared.csproj" />
      <ProjectReference Include="..\LifePayment.Domain\LifePayment.Domain.csproj" />
    </ItemGroup>
 
 
 
    <ItemGroup>
      <None Update="PingAnBank\conf\config.properties">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
      <None Update="PingAnBank\conf\config11.properties">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
      <None Update="PingAnBank\conf\_config.properties">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
      <None Update="PingAnBank\conf\___bb_config.properties">
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
      </None>
    </ItemGroup>
 
</Project>