You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
2.6 KiB
46 lines
2.6 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<RootNamespace>Win_in.Sfs.Wms.Job</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="CountJobs\CountJobFactory.cs" />
|
|
<Compile Remove="CountJobs\ICountJobFactory.cs" />
|
|
<Compile Remove="DeliverJobs\DeliverJobFactory.cs" />
|
|
<Compile Remove="DeliverJobs\IDeliverJobFactory.cs" />
|
|
<Compile Remove="ETOAutoMapperProfile.cs" />
|
|
<Compile Remove="IssueJobs\IIssueJobFactory.cs" />
|
|
<Compile Remove="IssueJobs\IssueJobFactory.cs" />
|
|
<Compile Remove="ProductReceiveJobs\IProductReceiveJobFactory.cs" />
|
|
<Compile Remove="ProductReceiveJobs\ProductReceiveJobFactory.cs" />
|
|
<Compile Remove="PutawayJobs\IPutawayJobFactory.cs" />
|
|
<Compile Remove="PutawayJobs\PutawayJobFactory.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Ddd.Domain" Version="5.3.5" />
|
|
<ProjectReference Include="..\..\..\BaseData\src\Win_in.Sfs.Basedata.Application.Contracts\Win_in.Sfs.Basedata.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\FileStorage\src\Win_in.Sfs.FileStorage.Application.Contracts\Win_in.Sfs.FileStorage.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\Label\src\Win_in.Sfs.Label.Application.Contracts\Win_in.Sfs.Label.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\Message\src\Win_in.Sfs.Message.Application.Contracts\Win_in.Sfs.Message.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\Shared\src\Win_in.Sfs.Shared.Domain\Win_in.Sfs.Shared.Domain.csproj" />
|
|
<ProjectReference Include="..\..\..\Shared\src\Win_in.Sfs.Shared.Event\Win_in.Sfs.Shared.Event.csproj" />
|
|
<ProjectReference Include="..\..\..\Shared\src\Win_in.Sfs.Shared.Framework\Win_in.Sfs.Shared.Framework.csproj" />
|
|
<ProjectReference Include="..\..\..\Inventory\src\Win_in.Sfs.Wms.Inventory.Application.Contracts\Win_in.Sfs.Wms.Inventory.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\..\..\Store\src\Win_in.Sfs.Wms.Store.Application.Contracts\Win_in.Sfs.Wms.Store.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.Job.Domain.Acl\Win_in.Sfs.Wms.Job.Domain.Acl.csproj" />
|
|
<ProjectReference Include="..\Win_in.Sfs.Wms.Job.Domain.Shared\Win_in.Sfs.Wms.Job.Domain.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Update="Fody" Version="6.6.4">
|
|
<PrivateAssets>all</PrivateAssets>
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
|
</PackageReference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|