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

40 lines
1.3 KiB

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net6.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <UseWPF>true</UseWPF>
  7. <ApplicationIcon>hbl.ico</ApplicationIcon>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="hbl.ico" />
  11. <None Remove="Resources\fonts\iconfont.ttf" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="hbl.ico" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
  18. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  19. <PackageReference Include="NModbus" Version="3.0.72" />
  20. <PackageReference Include="System.Runtime" Version="4.3.1" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <ProjectReference Include="..\BPASmartClient.AGV\BPASmartClient.AGV.csproj" />
  24. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  25. <ProjectReference Include="..\BPASmartClient.Helper\BPASmartClient.Helper.csproj" />
  26. <ProjectReference Include="..\BPASmartClient.HubHelper\BPASmartClient.HubHelper.csproj" />
  27. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Resource Include="Resources\fonts\iconfont.ttf" />
  31. </ItemGroup>
  32. </Project>