终端一体化运控平台
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

32 wiersze
904 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. <ApplicationIcon>hbl.ico</ApplicationIcon>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="hbl.ico" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="hbl.ico" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <PackageReference Include="BPA.Communication" Version="1.0.178" />
  18. <PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
  19. <PackageReference Include="OxyPlot.Wpf" Version="2.1.2" />
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  23. <ProjectReference Include="..\BPASmartClient.Update\BPASmartClient.Update.csproj" />
  24. </ItemGroup>
  25. </Project>