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.
25 lines
677 B
25 lines
677 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="log4net" Version="2.0.8" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CounsellorBL.Group\CounsellorBL.GROUP.csproj" />
|
|
<ProjectReference Include="..\CounsellorBL\CounsellorBL.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="LogisticsUtil">
|
|
<HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="SignalerMessageV2">
|
|
<HintPath>..\eModule\SignalerMessageV2\SignalerMessageV2.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|