终端一体化运控平台
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

21 řádky
637 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="BPA.Communication" Version="1.0.10" />
  9. <PackageReference Include="BPA.Helper" Version="1.0.6" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\BPASmart.Model\BPASmart.Model.csproj" />
  13. <ProjectReference Include="..\BPASmartClient.Message\BPASmartClient.Message.csproj" />
  14. <ProjectReference Include="..\Communication\Communication.csproj" />
  15. </ItemGroup>
  16. </Project>