Files
ww-jst/wmsjst/JSMachine.WMS.Business/JSMachine.WMS.Business.csproj
T
2026-09-02 16:31:50 +08:00

20 lines
512 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<Folder Include="Exstension\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\JSMachine.WMS.Common\JSMachine.WMS.Common.csproj" />
<ProjectReference Include="..\JSMachine.WMS.PLC\JSMachine.WMS.PLC.csproj" />
</ItemGroup>
</Project>