终端一体化运控平台
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

BPASmartClient.MilkWithTea.csproj 1.4 KiB

2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
2 anni fa
12345678910111213141516171819202122232425262728293031323334353637
  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>