50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
|
<Nullable>enable</Nullable>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<PlatformTarget>x64</PlatformTarget>
|
||
|
|
<Platforms>AnyCPU;x64</Platforms>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Remove="ErpRPC\Service\ChenLong\**" />
|
||
|
|
<Compile Remove="ErpRPC\Service\IBS\**" />
|
||
|
|
<Compile Remove="ErpRPC\Service\WantitErp\**" />
|
||
|
|
<Compile Remove="IBSRPC\**" />
|
||
|
|
<Compile Remove="WmsRPC\**" />
|
||
|
|
<EmbeddedResource Remove="ErpRPC\Service\ChenLong\**" />
|
||
|
|
<EmbeddedResource Remove="ErpRPC\Service\IBS\**" />
|
||
|
|
<EmbeddedResource Remove="ErpRPC\Service\WantitErp\**" />
|
||
|
|
<EmbeddedResource Remove="IBSRPC\**" />
|
||
|
|
<EmbeddedResource Remove="WmsRPC\**" />
|
||
|
|
<None Remove="ErpRPC\Service\ChenLong\**" />
|
||
|
|
<None Remove="ErpRPC\Service\IBS\**" />
|
||
|
|
<None Remove="ErpRPC\Service\WantitErp\**" />
|
||
|
|
<None Remove="IBSRPC\**" />
|
||
|
|
<None Remove="WmsRPC\**" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Compile Remove="AccessControlRPC\Dto\SysRoleDto.cs" />
|
||
|
|
<Compile Remove="AccessControlRPC\Dto\SysUserDto.cs" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Prism.Core" Version="8.1.97" />
|
||
|
|
<PackageReference Include="System.ComponentModel.Composition" Version="7.0.0" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\JSMachine.WMS.Application\JSMachine.WMS.App.csproj" />
|
||
|
|
<ProjectReference Include="..\JSMachine.WMS.Infrastructure\JSMachine.WMS.Infrastructure.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<Folder Include="RcsRPC\Enums\" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|