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

31 řádky
1.0 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. <ApplicationManifest></ApplicationManifest>
  8. <ApplicationIcon>hbl.ico</ApplicationIcon>
  9. <PlatformTarget>x86</PlatformTarget>
  10. <EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
  11. </PropertyGroup>
  12. <ItemGroup>
  13. <Content Include="hbl.ico" />
  14. </ItemGroup>
  15. <ItemGroup>
  16. <PackageReference Include="BPA.Message" Version="1.0.46" />
  17. <PackageReference Include="Microsoft.Toolkit.Mvvm" Version="7.1.2" />
  18. <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  22. <ProjectReference Include="..\BPASmartClient.Modbus\BPASmartClient.Modbus.csproj" />
  23. <ProjectReference Include="..\BPASmartClient.Nfc\BPASmartClient.Nfc.csproj" />
  24. </ItemGroup>
  25. </Project>