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.
 
 

33 lines
1.1 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
  10. <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
  11. <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
  12. <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
  13. <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
  14. <ProjectReference Include="..\Lebai.SDK\Lebai.SDK.csproj" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Reference Include="BPA.Message">
  18. <HintPath>D:\BPACommon_output\net5.0\BPA.Message.dll</HintPath>
  19. </Reference>
  20. <Reference Include="BPA.Models">
  21. <HintPath>D:\BPACommon_output\net5.0\BPA.Models.dll</HintPath>
  22. </Reference>
  23. <Reference Include="BPA.Utility">
  24. <HintPath>D:\BPACommon_output\net5.0\BPA.Utility.dll</HintPath>
  25. </Reference>
  26. </ItemGroup>
  27. </Project>