终端一体化运控平台
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.
 
 
 

31 line
857 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. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="hbl.ico" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Content Include="hbl.ico" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="BPA.Communication" Version="1.0.178" />
  17. <PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
  18. <PackageReference Include="OxyPlot.Wpf" Version="2.1.2" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  22. <ProjectReference Include="..\BPASmartClient.Update\BPASmartClient.Update.csproj" />
  23. </ItemGroup>
  24. </Project>