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.
BookingHeChuan/Myshipping.Application/Myshipping.Application.csproj

59 lines
1.8 KiB
XML

2 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>Myshipping.Application.xml</DocumentationFile>
2 years ago
</PropertyGroup>
<ItemGroup>
1 year ago
<Compile Remove="Service\BookingOrderSFExpressDelivery\**" />
2 years ago
<Compile Remove="Service\Test\**" />
1 year ago
<EmbeddedResource Remove="Service\BookingOrderSFExpressDelivery\**" />
2 years ago
<EmbeddedResource Remove="Service\Test\**" />
1 year ago
<None Remove="Service\BookingOrderSFExpressDelivery\**" />
2 years ago
<None Remove="Service\Test\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Entity\DjyBooking.cs" />
<Compile Remove="Enum\TaskCategoryEnum.cs" />
2 years ago
<Compile Remove="Service\BookingCtnDetail\BookingCtnDetailService.cs" />
<Compile Remove="Service\BookingCtnDetail\IBookingCtnDetailService.cs" />
<Compile Remove="Service\BookingCtn\BookingCtnService.cs" />
<Compile Remove="Service\BookingCtn\IBookingCtnService.cs" />
2 years ago
</ItemGroup>
<ItemGroup>
<None Remove="applicationsettings.json" />
</ItemGroup>
<ItemGroup>
<Content Include="applicationsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
2 years ago
<ItemGroup>
<PackageReference Include="NPOI" Version="2.6.0" />
<PackageReference Include="Npoi.Mapper" Version="4.1.0" />
2 years ago
<PackageReference Include="RabbitMQ.Client" Version="6.5.0" />
<PackageReference Include="Scriban" Version="5.7.0" />
2 years ago
</ItemGroup>
2 years ago
<ItemGroup>
<ProjectReference Include="..\Myshipping.Core\Myshipping.Core.csproj" />
</ItemGroup>
11 months ago
<ItemGroup>
<Folder Include="Entity\BookingSlot\" />
</ItemGroup>
<ItemGroup>
<None Update="Service\TaskManagePlat\EmailTemplate\BCEmailTemplate.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
2 years ago
</Project>