终端一体化运控平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
1.4 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. <Content Include="hbl.ico" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  15. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  16. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.IoT\BPASmartClient.IoT.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  20. <ProjectReference Include="..\BPASmartClient.MorkTM\BPASmartClient.MorkTM.csproj" />
  21. <ProjectReference Include="..\BPASmartClient.ViewModel\BPASmartClient.ViewModel.csproj" />
  22. </ItemGroup>
  23. <ItemGroup>
  24. <None Update="DeviceInfo.xml">
  25. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  26. </None>
  27. <None Update="hbl.ico">
  28. <Pack>True</Pack>
  29. <PackagePath>\</PackagePath>
  30. </None>
  31. </ItemGroup>
  32. </Project>