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.
 
 

26 lines
768 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net5.0-windows</TargetFramework>
  5. <UseWPF>true</UseWPF>
  6. <RootNamespace>HBLConsole.Debug</RootNamespace>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="PropertyChanged.Fody" Version="3.4.0" />
  10. <PackageReference Include="Stylet" Version="1.3.6.0" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
  14. <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <Reference Include="BPA.Utility">
  18. <HintPath>D:\BPACommon_output\net5.0\BPA.Utility.dll</HintPath>
  19. </Reference>
  20. </ItemGroup>
  21. </Project>