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

15 lines
377 B
XML

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