Files
WarehouseMgmt/KingInfoWebApi/VolPro.DbTest/VolPro.DbTest.csproj
2025-10-09 13:58:21 +08:00

33 lines
1.0 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CS8618;CS8603;CS8600;CS8629;CS8625;NU1902;NU1903;NU1904;</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;CS8618;CS8603;CS8600;CS8629;CS8625;NU1902;NU1903;NU1904;</NoWarn>
</PropertyGroup>
<ItemGroup>
<Compile Remove="DomainModels\**" />
<EmbeddedResource Remove="DomainModels\**" />
<None Remove="DomainModels\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="SqlSugarCore" Version="5.1.4.182" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\KingInfoWebApi.Core\KingInfoWebApi.Core.csproj" />
<ProjectReference Include="..\KingInfoWebApi.Entity\KingInfoWebApi.Entity.csproj" />
</ItemGroup>
</Project>