123456789101112131415161718192021222324252627282930313233343536373839 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net8.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <GenerateDocumentationFile>true</GenerateDocumentationFile>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
- <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
- <NoWarn>1701;1702;8602;8616;8618;8625;8600;8603;8714;1591</NoWarn>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="Systems\puiaxxwa.5zv~" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Dapper" Version="2.1.35" />
- <PackageReference Include="DuckDB.NET.Data.Full" Version="1.1.0.1" />
- <PackageReference Include="MessagePack" Version="2.5.172" />
- <PackageReference Include="RestSharp" Version="112.0.0" />
- <PackageReference Include="Rezero.Api" Version="1.7.12" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\ServiceCenter\ServiceCenter.csproj" />
- <ProjectReference Include="..\WCS.Entity.Protocol\WCS.Entity.Protocol.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="wms.dto">
- <HintPath>..\DLC\wms.dto.dll</HintPath>
- </Reference>
- <Reference Include="wms.service">
- <HintPath>..\DLC\wms.service.dll</HintPath>
- </Reference>
- <Reference Include="wms.sqlsugar">
- <HintPath>..\DLC\wms.sqlsugar.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|