Seyounth.Auto.Hs/services/Syc.Basic.Web.WMS.Domain.Shared/Syc.Basic.Web.WMS.Domain.Shared.csproj

29 lines
1006 B
XML
Raw Normal View History

2025-06-04 09:42:48 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props" />
<PropertyGroup>
2025-06-23 14:22:59 +08:00
<TargetFramework>net8.0</TargetFramework>
2025-06-04 09:42:48 +08:00
<RootNamespace>Syc.Basic.Web.WMS</RootNamespace>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="Localization\WMS\*.json" />
<Content Remove="Localization\WMS\*.json" />
</ItemGroup>
<ItemGroup>
2025-06-24 13:58:06 +08:00
<PackageReference Include="Volo.Abp.Localization" Version="8.0.0" />
<PackageReference Include="Volo.Abp.Localization.Abstractions" Version="8.0.0" />
<PackageReference Include="Volo.Abp.Validation" Version="8.0.0" />
2025-06-04 09:42:48 +08:00
</ItemGroup>
<ItemGroup>
2025-06-24 18:26:51 +08:00
<ProjectReference Include="..\..\share\Seyounth.Auto.Hs.Runtime\Seyounth.Auto.Hs.Runtime.csproj" />
2025-06-23 14:22:59 +08:00
<ProjectReference Include="..\..\share\Seyounth.Auto.Plc\Seyounth.Auto.Plc.csproj" />
2025-06-04 09:42:48 +08:00
<ProjectReference Include="..\..\share\Syc.Abp.Caching\Syc.Abp.Caching.csproj" />
</ItemGroup>
</Project>