Blame view

netcore/src/Modularity/Extend/NCC.Extend.Entitys/NCC.Extend.Entitys.csproj 542 Bytes
96009bc9   hexiaodong   hxd
1
  <Project Sdk="Microsoft.NET.Sdk">
96009bc9   hexiaodong   hxd
2
3
4
    <PropertyGroup>
      <TargetFramework>net6.0</TargetFramework>
    </PropertyGroup>
96009bc9   hexiaodong   hxd
5
6
7
8
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
      <OutputPath />
      <DocumentationFile>bin\Release\NCC.Extend.Entitys.xml</DocumentationFile>
    </PropertyGroup>
96009bc9   hexiaodong   hxd
9
10
11
12
    <ItemGroup>
      <ProjectReference Include="..\..\..\Infrastructure\NCC.Expand.Thirdparty\NCC.Expand.Thirdparty.csproj" />
      <ProjectReference Include="..\..\Common\NCC.Common\NCC.Common.csproj" />
    </ItemGroup>
96009bc9   hexiaodong   hxd
13
  </Project>