Files
tnb.server/app/Tnb.Apps.Interfaces/Tnb.Apps.Interfaces.csproj
2024-06-07 17:30:47 +08:00

17 lines
536 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>False</GenerateDocumentationFile>
<Configurations>Debug;Release;tianyi</Configurations>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\system\Tnb.Systems.Entitys\Tnb.Systems.Entitys.csproj" />
<ProjectReference Include="..\Tnb.Apps.Entitys\Tnb.Apps.Entitys.csproj" />
</ItemGroup>
</Project>