Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

25 righe
870 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <ProjectReference Include="..\HBLConsole.Attribute\HBLConsole.Attributes.csproj" />
  7. <ProjectReference Include="..\HBLConsole.Communication\HBLConsole.Communication.csproj" />
  8. <ProjectReference Include="..\HBLConsole.Factory\HBLConsole.Factory.csproj" />
  9. <ProjectReference Include="..\HBLConsole.Interface\HBLConsole.Interface.csproj" />
  10. <ProjectReference Include="..\HBLConsole.Model\HBLConsole.Model.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Reference Include="BPA.Message">
  14. <HintPath>D:\BPACommon_output\net5.0\BPA.Message.dll</HintPath>
  15. </Reference>
  16. <Reference Include="BPA.Models">
  17. <HintPath>D:\BPACommon_output\net5.0\BPA.Models.dll</HintPath>
  18. </Reference>
  19. </ItemGroup>
  20. </Project>