25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

23 satır
868 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Library</OutputType>
  4. <TargetFramework>net6.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="..\HBLConsole.PryUserControl\HBLConsole.PryUserControl.csproj" />
  14. <ProjectReference Include="..\HBLConsole.Service\HBLConsole.Service.csproj" />
  15. <ProjectReference Include="..\HBLDevice.Coffee\HBLDevice.Coffee.csproj" />
  16. <ProjectReference Include="..\HBLDevice.ICChip\HBLDevice.ICChip.csproj" />
  17. <ProjectReference Include="..\HBLDevice.IceCream\HBLDevice.IceCream.csproj" />
  18. </ItemGroup>
  19. </Project>