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.
 
 
 
 
 
 

32 lines
1.6 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Distributeds\**" />
<EmbeddedResource Remove="Distributeds\**" />
<None Remove="Distributeds\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Autofac" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Core" Version="5.3.5" />
<PackageReference Include="Volo.Abp.EventBus" Version="5.3.5" />
<PackageReference Include="Volo.Abp.EventBus.RabbitMQ" Version="5.3.5" />
<PackageReference Include="Volo.Abp.Features" Version="5.3.5" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\BaseData\src\Win_in.Sfs.Basedata.Application.Contracts\Win_in.Sfs.Basedata.Application.Contracts.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.Application.Contracts\Win_in.Sfs.Wms.Job.Application.Contracts.csproj" />
<ProjectReference Include="..\Win_in.Sfs.Wms.Job.Domain\Win_in.Sfs.Wms.Job.Domain.csproj" />
</ItemGroup>
</Project>