Blame view

netcore/src/Modularity/Message/NCC.Message.Entitys/NCC.Message.Entitys.csproj 641 Bytes
c8f0ff5f   “wangming”   Refactor LqCooper...
1
  <Project Sdk="Microsoft.NET.Sdk">
96009bc9   hexiaodong   hxd
2
3
4
5
6
  
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
  
c8f0ff5f   “wangming”   Refactor LqCooper...
7
8
9
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
      <DocumentationFile>bin\Debug\$(AssemblyName).xml</DocumentationFile>
    </PropertyGroup>
96009bc9   hexiaodong   hxd
10
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
c8f0ff5f   “wangming”   Refactor LqCooper...
11
      <DocumentationFile>bin\Release\$(AssemblyName).xml</DocumentationFile>
96009bc9   hexiaodong   hxd
12
13
14
15
16
17
18
19
20
21
22
    </PropertyGroup>
  
    <ItemGroup>
      <Folder Include="Enum\" />
    </ItemGroup>
  
    <ItemGroup>
      <ProjectReference Include="..\..\Common\NCC.Common\NCC.Common.csproj" />
    </ItemGroup>
  
  </Project>