终端一体化运控平台
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

BPASmartClient.MilkWithTea.csproj 1.8 KiB

2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
1 ano atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
1 ano atrás
2 anos atrás
1 ano atrás
2 anos atrás
2 anos atrás
2 anos atrás
2 anos atrás
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. <PackageReference Include="CommunityToolkit.Mvvm" Version="8.0.0" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  26. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  27. <ProjectReference Include="..\BPASmartClient.EventBus\BPASmartClient.EventBus.csproj" />
  28. <ProjectReference Include="..\BPASmartClient.Helper\BPASmartClient.Helper.csproj" />
  29. <ProjectReference Include="..\BPASmartClient.IoT\BPASmartClient.IoT.csproj" />
  30. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  31. <ProjectReference Include="..\BPASmartClient.MorkMOC\BPASmartClient.MorkMOC.csproj" />
  32. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  33. <ProjectReference Include="..\BPASmartClient.ViewModel\BPASmartClient.ViewModel.csproj" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <None Update="DeviceInfo.xml">
  37. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  38. </None>
  39. <None Update="hbl.ico">
  40. <Pack>True</Pack>
  41. <PackagePath>\</PackagePath>
  42. </None>
  43. </ItemGroup>
  44. </Project>