终端一体化运控平台
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 

48 lignes
1.6 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. <PackageIcon>hbl.ico</PackageIcon>
  8. <ApplicationIcon>hbl.ico</ApplicationIcon>
  9. </PropertyGroup>
  10. <ItemGroup>
  11. <None Remove="image\down.png" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <Content Include="hbl.ico" />
  15. </ItemGroup>
  16. <ItemGroup>
  17. <EmbeddedResource Include="image\down.png">
  18. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  19. </EmbeddedResource>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  23. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  24. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  25. <ProjectReference Include="..\BPASmartClient.IoT\BPASmartClient.IoT.csproj" />
  26. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  27. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  28. <ProjectReference Include="..\BPASmartClient.MorkTM\BPASmartClient.MorkTM.csproj" />
  29. <ProjectReference Include="..\BPASmartClient.ViewModel\BPASmartClient.ViewModel.csproj" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <None Update="DeviceInfo.xml">
  33. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  34. </None>
  35. <None Update="hbl.ico">
  36. <Pack>True</Pack>
  37. <PackagePath>\</PackagePath>
  38. </None>
  39. </ItemGroup>
  40. </Project>