2025-06-04 09:42:48 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<RootNamespace>Syc.Basic.Web.WMS</RootNamespace>
|
|
|
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
|
|
|
<UserSecretsId>Syc.Basic.Web.WMS-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-06-24 13:58:06 +08:00
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
|
|
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
|
|
|
|
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
|
|
|
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="8.0.0" />
|
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.0.0" />
|
|
|
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" Version="8.0.0" />
|
2025-06-04 09:42:48 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Remove="Logs\**" />
|
|
|
|
|
<Content Remove="Logs\**" />
|
|
|
|
|
<EmbeddedResource Remove="Logs\**" />
|
|
|
|
|
<None Remove="Logs\**" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\.editorconfig" Link=".editorconfig" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\services\Syc.Basic.Web.WMS.Application\Syc.Basic.Web.WMS.Application.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\services\Syc.Basic.Web.WMS.EntityFrameworkCore\Syc.Basic.Web.WMS.EntityFrameworkCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\services\Syc.Basic.Web.WMS.HttpApi\Syc.Basic.Web.WMS.HttpApi.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="HostedServices\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="HslCommunication">
|
|
|
|
|
<HintPath>..\..\share\Seyounth.Auto.Plc\DLLFile\HslCommunication.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|