You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.7 KiB
XML
53 lines
1.7 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<NoWarn>1701;1702;1591</NoWarn>
|
|
<DocumentationFile>Myshipping.Application.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Service\BookingOrderSFExpressDelivery\**" />
|
|
<Compile Remove="Service\Test\**" />
|
|
<EmbeddedResource Remove="Service\BookingOrderSFExpressDelivery\**" />
|
|
<EmbeddedResource Remove="Service\Test\**" />
|
|
<None Remove="Service\BookingOrderSFExpressDelivery\**" />
|
|
<None Remove="Service\Test\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Entity\DjyBooking.cs" />
|
|
<Compile Remove="Enum\TaskCategoryEnum.cs" />
|
|
<Compile Remove="Service\BookingCtnDetail\BookingCtnDetailService.cs" />
|
|
<Compile Remove="Service\BookingCtnDetail\IBookingCtnDetailService.cs" />
|
|
<Compile Remove="Service\BookingCtn\BookingCtnService.cs" />
|
|
<Compile Remove="Service\BookingCtn\IBookingCtnService.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="applicationsettings.json" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="applicationsettings.json">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="NPOI" Version="2.6.0" />
|
|
<PackageReference Include="Npoi.Mapper" Version="4.1.0" />
|
|
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
|
|
<PackageReference Include="Scriban" Version="5.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Myshipping.Core\Myshipping.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Entity\BookingSlot\" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|