终端一体化运控平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

27 行
990 B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0-windows</TargetFramework>
  4. <Nullable>enable</Nullable>
  5. <UseWPF>true</UseWPF>
  6. <BaseOutputPath>bin\</BaseOutputPath>
  7. <DebugType>portable</DebugType>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="BPA.Message" Version="1.0.86" />
  11. <PackageReference Include="BPA.Models" Version="1.0.38" />
  12. <PackageReference Include="System.Speech" Version="7.0.0" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <ProjectReference Include="..\BPASmartClient.Business\BPASmartClient.Business.csproj" />
  16. <ProjectReference Include="..\BPASmartClient.CustomResource\BPASmartClient.CustomResource.csproj" />
  17. <ProjectReference Include="..\BPASmartClient.Device\BPASmartClient.Device.csproj" />
  18. <ProjectReference Include="..\BPASmartClient.Model\BPASmartClient.Model.csproj" />
  19. <ProjectReference Include="..\BPASmartClient.MORKSM.BK.PLC\BPASmartClient.PLC.csproj" />
  20. </ItemGroup>
  21. </Project>