Files
tnb.server/QcMgr/Tnb.QcMgr.Interfaces/Tnb.QcMgr.Interfaces.csproj

16 lines
435 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Configurations>Debug;Release;tianyi</Configurations>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Tnb.QcMgr.Entities\Tnb.QcMgr.Entities.csproj" />
</ItemGroup>
</Project>