Files
tnb.server/extend/Tnb.Extend.Interfaces/Tnb.Extend.Interfaces.csproj
2023-10-10 16:26:05 +08:00

17 lines
493 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="$(SolutionDir)\common.props" />
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Configurations>Debug;Release;tianyi</Configurations>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Tnb.Extend.Entitys\Tnb.Extend.Entitys.csproj" />
</ItemGroup>
</Project>