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

19 lines
620 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>
<NoWarn>$(NoWarn);CS8625;</NoWarn>
<Configurations>Debug;Release;tianyi</Configurations>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\app\Tnb.Apps.Entitys\Tnb.Apps.Entitys.csproj" />
<ProjectReference Include="..\Tnb.Systems.Entitys\Tnb.Systems.Entitys.csproj" />
</ItemGroup>
</Project>