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

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="log4net" Version="2.0.8" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\CounsellorBL.Group\CounsellorBL.GROUP.csproj" />
  10. <ProjectReference Include="..\CounsellorBL\CounsellorBL.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Reference Include="LogisticsUtil">
  14. <HintPath>..\eModule\LogisticsUtil\LogisticsUtil.dll</HintPath>
  15. </Reference>
  16. <Reference Include="SignalerMessageV2">
  17. <HintPath>..\eModule\SignalerMessageV2\SignalerMessageV2.dll</HintPath>
  18. </Reference>
  19. </ItemGroup>
  20. </Project>